diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-14 02:59:44 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-14 02:59:44 +0300 |
| commit | 8a3c4a270a36d8709948d27eec0bf7b74ef37a71 (patch) | |
| tree | 0454bb384f12a45a4d0b51d97481f57a25e59349 /weatbag | |
| parent | 21599326b293063f9477e325623e50d8df8af494 (diff) | |
added else on action
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n3w5.py | 4 |
1 files changed, 3 insertions, 1 deletions
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") + |
