diff --git a/bank_robbery.py b/bank_robbery.py index 494d9f0..33104f1 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -16,8 +16,16 @@ def starter(): "\n" " \n" " \n" - " ") + " ") +<<<<<<< HEAD +======= + print("This is working ") + print("this is working via pycharm") + print("working for adam ") + print("Working for Eliska") + +>>>>>>> bd014a6537ab0efac3a4e37cc2ffb760ba2244ca while True: enter = input("").lower() @@ -39,7 +47,7 @@ def starter(): "\n" "an old Ford Transit van\n" "an old army style Range-Rover\n" - "Continue") + " Continue") while True: enter = input("").lower() @@ -55,7 +63,7 @@ def starter(): print(paragraph7) print('small banks\n' 'bigger plan\n' - 'Continue>') + ' Continue>') while True: enter = input("").lower() @@ -63,34 +71,34 @@ def starter(): print(paragraph8) elif enter == "b": print(paragraph9) - elif enter == "continue": + elif enter == "c": break else: print("I don't understand, Please enter again:") 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:")