Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/string/hello
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-11-02 17:24:39 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-11-02 17:24:39 (GMT)
commit377db92d51816513af9b869876d4c065f0cbce68 (patch)
treebe13373861d12673e25090ba61fcc647fd7ce6ed /data/string/hello
parent92e275e225c29989263b87ed0f9a9f37f5e4f83a (diff)
New example, "guess", from Pilar Saenz; merge hello1 and hello2.
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 + "!"