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 03d9a1f commit bd535bcCopy full SHA for bd535bc
main.py
@@ -1 +1,2 @@
1
-print("hello python world!")
+name = input("What is your name?")
2
+print("hello " + name + "!")
0 commit comments