From 2f41bf8e86b98f1126eab6da307150d01a9a0701 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:21:41 +0100 Subject: [PATCH 1/3] comment --- bank_robbery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bank_robbery.py b/bank_robbery.py index 7ee53bf..bbd1b4d 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -21,6 +21,7 @@ def starter(): print("This is working ") print("this is working via pycharm") print("working for adam ") + print("Working for Eliska") while True: From 1117b85144fb588c5180e8cd5d5ca8f6b469c954 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:43:00 +0100 Subject: [PATCH 2/3] comment --- .idea/Week_4_bank_robbery.iml | 11 +++++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ bank_robbery.py | 8 ++++---- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 .idea/Week_4_bank_robbery.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml diff --git a/.idea/Week_4_bank_robbery.iml b/.idea/Week_4_bank_robbery.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/Week_4_bank_robbery.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6c993b7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..274601d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/bank_robbery.py b/bank_robbery.py index bbd1b4d..868c1b2 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -16,7 +16,7 @@ def starter(): "\n" " \n" " \n" - " ") + " ") print("This is working ") print("this is working via pycharm") @@ -44,7 +44,7 @@ def starter(): "\n" "an old Ford Transit van\n" "an old army style Range-Rover\n" - "Continue") + " Continue") while True: enter = input("").lower() @@ -60,7 +60,7 @@ def starter(): print(paragraph7) print('small banks\n' 'bigger plan\n' - 'Continue>') + ' Continue>') while True: enter = input("").lower() @@ -68,7 +68,7 @@ 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:") From bd014a6537ab0efac3a4e37cc2ffb760ba2244ca Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:44:34 +0100 Subject: [PATCH 3/3] 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:")