From 8a3c4a270a36d8709948d27eec0bf7b74ef37a71 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 14 May 2013 02:59:44 +0300 Subject: added else on action --- weatbag/tiles/n3w5.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/weatbag/tiles/n3w5.py b/weatbag/tiles/n3w5.py index 2f1b97a..7bfebe2 100644 --- a/weatbag/tiles/n3w5.py +++ b/weatbag/tiles/n3w5.py @@ -30,5 +30,7 @@ class Tile: if do[0] == "no" and do[1] == "one" and do[2] == "understands": print("And that is absolutely right!\n" "The lid opens and you see a brand new army knife!") - + else: + print("Sorry, I don't understand.\n") + -- cgit v1.3