Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/introduction.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/introduction.py b/library/introduction.py
index 17f4ffe..7902330 100644
--- a/library/introduction.py
+++ b/library/introduction.py
@@ -102,3 +102,5 @@ Type "done" when you are finished."""
user_input = raw_input(">>> ")
print "Goodbye, " + name + "!"
+
+# TODO: How to handle multiline inputs (loops, if-else...) from the user?