Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/string/hello
diff options
context:
space:
mode:
Diffstat (limited to 'data/string/hello')
-rw-r--r--data/string/hello2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/string/hello b/data/string/hello
new file mode 100644
index 0000000..bb52fc2
--- /dev/null
+++ b/data/string/hello
@@ -0,0 +1,2 @@
+name = raw_input("Type your name here: ")
+print "Hello " + name + "!"