We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b3db commit a6b8ca3Copy full SHA for a6b8ca3
main.py
@@ -0,0 +1,3 @@
1
+print("Please input your name :)")
2
+value = input()
3
+print("Hey " + value + "! Hello World!")
0 commit comments