We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba7e93 commit b2c3cb0Copy full SHA for b2c3cb0
hello_world.py
@@ -0,0 +1,3 @@
1
+name = raw_input("enter your name:")
2
+
3
+print "Hello, " + name
0 commit comments