Skip to content

Commit bd87ba9

Browse files
Update hello_world.py
1 parent 39fa061 commit bd87ba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hello_world.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
#Running our first python program from an editor
33

4-
creat folder, py_yyc
5-
create file, hello_world.py
4+
#creat folder, py_yyc
5+
#create file, hello_world.py
66

77
print('hello world')
88

9-
in command line:
9+
#in command line:
1010

1111
cd py_yyc
1212
python hello_world.py

0 commit comments

Comments
 (0)