From 7a3df4c6509a745f9978faf82db600ca75ef3e85 Mon Sep 17 00:00:00 2001 From: Dinko Galetic Date: Sun, 27 Jun 2010 11:41:00 +0000 Subject: Added a TODO (handling multiline inputs from the user). --- (limited to 'library') 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? -- cgit v0.9.1