From bd014a6537ab0efac3a4e37cc2ffb760ba2244ca Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:44:34 +0100 Subject: [PATCH] comment --- bank_robbery.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index 868c1b2..48bb083 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -75,27 +75,27 @@ def starter(): print(paragraph10) print(" for details of the plan\n" - "") + " to continue") while True: enter = input("").lower() if enter == "plan": print(paragraph12) print(" for details of the special place\n" - "") + " to continue") while True: enter = input("").lower() if enter == "a": print(paragraph_special_place) - print("") - elif enter == "continue": + print(" to continue") + elif enter == "c": # x = True break else: print("I don't understand, Please enter again:") # if x: # break - elif enter == "continue": + elif enter == "c": break else: print("I don't understand, Please enter again:")