Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Abente Lahaye <tch@sugarlabs.org>2013-01-08 23:01:25 (GMT)
committer Martin Abente Lahaye <tch@sugarlabs.org>2013-01-08 23:01:25 (GMT)
commitda50bfb4bb26e75e7d3e55fb69dc1ecb9243a642 (patch)
treee797a0d80d9506b1f3b63e58f1b42e4f6708a44b
parent8b35482300610f8dc6fbcd9d6eecd387655fcbbe (diff)
Add python hello world
-rw-r--r--001-python.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/001-python.py b/001-python.py
new file mode 100644
index 0000000..755b5fb
--- /dev/null
+++ b/001-python.py
@@ -0,0 +1 @@
+print 'Hello World'