Skip to content

Commit ec0999a

Browse files
committed
add fancy greeting print out
1 parent de0b18f commit ec0999a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
# here is the comment
12
# my first ever code in Python!
23
print('Hello World!')
4+
5+
# ==============================
6+
# how to use variable?
7+
8+
# define a variable is very simple:
9+
greeting = 'The fancy greeting!'
10+
11+
print( greeting )

0 commit comments

Comments
 (0)