Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorDinko Galetic <dgaletic@everflame.(none)>2010-06-27 11:41:00 (GMT)
committer Dinko Galetic <dgaletic@everflame.(none)>2010-06-27 11:41:00 (GMT)
commit7a3df4c6509a745f9978faf82db600ca75ef3e85 (patch)
tree0904485ff15696d714ca23edab52d1bfb05cbd11 /library
parentcbb9edd9f500987206b6990b49a7d152afd3cdf4 (diff)
Added a TODO (handling multiline inputs from the user).
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?