Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/string
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-08-21 00:03:19 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-08-21 00:03:19 (GMT)
commit534f8a13fae962056ae7ffe2cfb80ff40a36ca63 (patch)
treebd7a65688821970fbcae3ecd59dd9e0ba1dd2c66 /data/string
parent1bb3a0f7cc86a6ee693486dcf566f146ffb307f0 (diff)
Add a set of sample files.
Diffstat (limited to 'data/string')
-rw-r--r--data/string/hello11
-rw-r--r--data/string/hello22
2 files changed, 3 insertions, 0 deletions
diff --git a/data/string/hello1 b/data/string/hello1
new file mode 100644
index 0000000..fc83ab2
--- /dev/null
+++ b/data/string/hello1
@@ -0,0 +1 @@
+print "Hello everyone!"
diff --git a/data/string/hello2 b/data/string/hello2
new file mode 100644
index 0000000..bb52fc2
--- /dev/null
+++ b/data/string/hello2
@@ -0,0 +1,2 @@
+name = raw_input("Type your name here: ")
+print "Hello " + name + "!"