Skip to content

Commit a6b8ca3

Browse files
committed
docs:add main.py
1 parent 872b3db commit a6b8ca3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
print("Please input your name :)")
2+
value = input()
3+
print("Hey " + value + "! Hello World!")

0 commit comments

Comments
 (0)