From f361b14fb7e0432b228f5d42be8e298fc5d1144f Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:45:45 +0100 Subject: [PATCH 1/6] comment --- bank_robbery.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index 48bb083..9c5466c 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -101,7 +101,7 @@ def starter(): print("I don't understand, Please enter again:") print(paragraph14) - print("Next") + print(" Next") while True: enter = input("").lower() @@ -112,8 +112,8 @@ def starter(): print("I don't understand, Please enter again:") print(paragraph15) - print("To start attack\n" - "what is spear-phishing") + print(" To start attack\n" + " what is spear-phishing") while True: enter = input("").lower() @@ -121,7 +121,7 @@ def starter(): break elif enter == "b": print(paragraph16) - print("Continue") + print(" Continue") while True: enter = input("").lower() if enter == "c": @@ -132,7 +132,7 @@ def starter(): print("I don't understand, Please enter again:") print(paragraph17) - print("Next") + print(" Next") while True: enter = input("").lower() @@ -158,7 +158,7 @@ def starter(): "Ray\n" "Ray's friend\n" "LP\n" - "Continue") + " to Continue") while True: enter = input("").lower() From b1ea83a1ee8730d1436c9bc5d98c0bb864b638ee Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:47:12 +0100 Subject: [PATCH 2/6] comment --- bank_robbery.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index 9c5466c..d4722e7 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -16,12 +16,9 @@ def starter(): "\n" " \n" " \n" - " ") + " to Continue ") + - print("This is working ") - print("this is working via pycharm") - print("working for adam ") - print("Working for Eliska") while True: From e5fd702966b45e8c5ff4e7008266ae9485f2a5b9 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:49:11 +0100 Subject: [PATCH 3/6] comment --- bank_robbery.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index d4722e7..44c3c98 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -41,7 +41,7 @@ def starter(): "\n" "an old Ford Transit van\n" "an old army style Range-Rover\n" - " Continue") + " to Continue") while True: enter = input("").lower() @@ -57,7 +57,7 @@ def starter(): print(paragraph7) print('small banks\n' 'bigger plan\n' - ' Continue>') + ' to Continue') while True: enter = input("").lower() @@ -118,7 +118,7 @@ def starter(): break elif enter == "b": print(paragraph16) - print(" Continue") + print(" to Continue") while True: enter = input("").lower() if enter == "c": @@ -139,7 +139,7 @@ def starter(): print("I don't understand, Please enter again:") print(paragraph18) - print("Next") + print(" Next") while True: enter = input("").lower() From 21b3092f11624f2afe5187f14340c8eaa1456194 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:50:34 +0100 Subject: [PATCH 4/6] comment --- bank_robbery.py | 8 ++++---- story.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index 44c3c98..feb45df 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -2,7 +2,7 @@ from story import * # parts of the story stored in variables def starter(): - print("As the biggest heist of his life appeared over the horizon,\n" + print("\tAs the biggest heist of his life appeared over the horizon,\n" "Mark was yet to gather his crew of computer geniuses. As they\n" "were planning to rob a bank, he would need someone to remotely\n" "disable the camera, someone to also remotely disable the alarm\n" @@ -34,7 +34,7 @@ def starter(): else: print("I don't understand, Please enter again:") - print("The crew was assembled, just one piece of the puzzle left to\n" + print("\tThe crew was assembled, just one piece of the puzzle left to\n" "solve, and that was the getaway car, they wanted something small,\n" "quick, but covert and un-suspicious. Each gave their own suggestions,\n" "and in the end, they decided on:\n" @@ -55,8 +55,8 @@ def starter(): print("I don't understand, Please enter again:") print(paragraph7) - print('small banks\n' - 'bigger plan\n' + print(' small banks\n' + ' bigger plan\n' ' to Continue') while True: diff --git a/story.py b/story.py index f3db810..93efb72 100644 --- a/story.py +++ b/story.py @@ -42,7 +42,7 @@ paragraph6 = "Not what you would expect, however it was covert, and not what you "storage for all the stolen goods! The team was assembled, the base was set \n" \ "up with state-of-the-art computers, everything was moving smoothly, and \n" \ "without any hiccups so far. " -paragraph7 = "There were many small banks in the area that could have been chosen as the \n" \ +paragraph7 = "\tThere were many small banks in the area that could have been chosen as the \n" \ "intended target. However, Mark had a bigger plan ahead." paragraph8 = "A small bank in a nearby town seemed perfect. It was in a quiet area, easy \n" \ "to get to and had a poor security network so the cameras could be disabled \n" \ From 0d943677039748ec010acb3807a8af86fa07b0a5 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:56:08 +0100 Subject: [PATCH 5/6] comment --- bank_robbery.py | 13 +++++++------ story.py | 18 +++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/bank_robbery.py b/bank_robbery.py index feb45df..4854f44 100644 --- a/bank_robbery.py +++ b/bank_robbery.py @@ -6,12 +6,13 @@ def starter(): "Mark was yet to gather his crew of computer geniuses. As they\n" "were planning to rob a bank, he would need someone to remotely\n" "disable the camera, someone to also remotely disable the alarm\n" - "and someone to open the safety vaults. Mark was not willing to\n" - "settle for anything less than the best, so he decided to contact\n" - "an old friend with several contacts in this area. He was given 3\n" - "names, Chris, Ray and LP. These were the best IT geniuses around;\n" - "however, they would take a hefty 10% of the cut each\n" - "\n" + "and someone to open the safety vaults.\n" + "\tMark was not willing to settle for anything less than the best,\n" + "so he decided to contact an old friend with several contacts in\n" + "this area. He was given 3 names, Chris, Ray and LP. These were the\n" + "best IT geniuses around; however, they would take a hefty 10% of the\n"" + "cut each\n" + "\n" "\n" " \n" diff --git a/story.py b/story.py index 93efb72..a93bc4f 100644 --- a/story.py +++ b/story.py @@ -44,23 +44,23 @@ paragraph6 = "Not what you would expect, however it was covert, and not what you "without any hiccups so far. " paragraph7 = "\tThere were many small banks in the area that could have been chosen as the \n" \ "intended target. However, Mark had a bigger plan ahead." -paragraph8 = "A small bank in a nearby town seemed perfect. It was in a quiet area, easy \n" \ +paragraph8 = "\tA small bank in a nearby town seemed perfect. It was in a quiet area, easy \n" \ "to get to and had a poor security network so the cameras could be disabled \n" \ "in a matter of seconds. However a small bank, would mean a small pay-out and \n" \ "everyone in the team is hungry for money! They aren't restrained by the risk \n" \ "and simply follow where the biggest reward is. So they decide on the [[bigger \n" \ "bank|bigger plan]] as their target !" -paragraph9 = "There was a big bank in the city that he had been monitoring for months. \n" \ +paragraph9 = "\tThere was a big bank in the city that he had been monitoring for months. \n" \ "He knew that this bank had safety deposit boxes where high-end clients \n" \ - "would store their expensive jewellery and valuable items. Throughout \n" \ - "the month that Mark was monitoring the bank, he witnessed a large \n" \ + "would store their expensive jewellery and valuable items. \n" \ + "\tThroughout the month that Mark was monitoring the bank, he witnessed a large \n" \ "armoured truck collect boxes of money to take away to the bank's main \n" \ "reserve every Friday at 12PM. He, therefore, realised that the best way \n" \ "for him and his team to get the biggest payday possible would be to rob \n" \ "the bank when they had the most amount of money which would be the day \n" \ "before the truck came to make its next pickup. However, there were \n" \ "many challenges with this idea. " -paragraph10 = "The bank was in the city centre which was busy at all hours of the \n" \ +paragraph10 = "\tThe bank was in the city centre which was busy at all hours of the \n" \ "day. This would mean there was an increased risk in people \n" \ "witnessing the crime. Mark knew that this would mean that \n" \ "he and his team would need to try and get in and out \n" \ @@ -70,13 +70,13 @@ paragraph10 = "The bank was in the city centre which was busy at all hours of th "needed someone to help him cut through the vault \n" \ "doors to gain entry into the safes and pack as \n" \ "much money and items into their bags as possible.\n " \ - "Ray knew the perfect man for the job. Ray had done \n" \ + "\tRay knew the perfect man for the job. Ray had done \n" \ "many robberies before with a man simply knows as ‘H’ \n" \ "who was a specialist in breaking into the most complex \n" \ "safes created. Now that the team knew the target, it was \n" \ "time to develop a plan for how the operation would unfold \n" \ "and how they would get away with the crime." -paragraph11 = "Since the bank was one of the largest banks in the area, \n" \ +paragraph11 = "\tSince the bank was one of the largest banks in the area, \n" \ "they knew it wouldn't be easy to hack everything and just \n" \ "get away with the money, even if they were the very best. \n" \ "At first, Chris wanted to disable cameras, but he thought \n" \ @@ -87,14 +87,14 @@ paragraph11 = "Since the bank was one of the largest banks in the area, \n" \ "but for LP to hack the phone lines, he had to be at \n" \ "least 100 meters away from the bank. But that wasn't \n" \ "a problem, since he could bring all his gear to the van. " -paragraph12 = "They had a lot of time to plan every single detail of \n" \ +paragraph12 = "\tThey had a lot of time to plan every single detail of \n" \ "the plan since they had to wait for the day before the \n" \ "truck came to collect the goods. They assembled a team \n" \ "that hacks everything, got a few extra guys to carry \n" \ "the goods and H, who would break safes and make the \n" \ "job easy for the rest of the guys. They had a special \n" \ "place under Ray’s house where they would have meetings. \n" \ - "The night came. Everyone, who was supposed to get into \n" \ + "\tThe night came. Everyone, who was supposed to get into \n" \ "the bank for the money, got into the van and drove into \n" \ "the parking lot across the bank. Everything was in their \n" \ "place. Ray and Chris and LP were ready to hack and everyone \n" \ From 5a710c1f27127189896aac6da9b6da0e2fb1b721 Mon Sep 17 00:00:00 2001 From: ryklovae Date: Thu, 8 Oct 2020 16:57:09 +0100 Subject: [PATCH 6/6] comment --- story.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/story.py b/story.py index a93bc4f..8ddd3c8 100644 --- a/story.py +++ b/story.py @@ -100,7 +100,7 @@ paragraph12 = "\tThey had a lot of time to plan every single detail of \n" \ "place. Ray and Chris and LP were ready to hack and everyone \n" \ "was ready to go in. Seconds before going in they looked \n" \ "at each other and said: " -paragraph13 = "That’s where Ray and Chris will stay the night of the \n" \ +paragraph13 = "\tThat’s where Ray and Chris will stay the night of the \n" \ "heist, to hack everything. " paragraph14 = "As they have already assembled all the tools needed for \n" \ "an attack in the van such as laptops, mobile phones and \n" \ @@ -109,7 +109,7 @@ paragraph14 = "As they have already assembled all the tools needed for \n" \ "start to siphon off funds. The scope of this attack could \n" \ "result in one of the largest bank thefts ever and the one \n" \ "conducted without a sign of robbery. " -paragraph15 = "Here’s how it went down: The heist took place in June 2008. \n" \ +paragraph15 = "\tHere’s how it went down: The heist took place in June 2008. \n" \ "A group of hackers believed to be working for Mark attempted \n" \ "to steal the largest Bank in the city of Denver, Wells Fargo, \n" \ "June 2008. The Attack was conducted by Mark, Chris, Ray, H \n" \ @@ -125,13 +125,13 @@ paragraph15 = "Here’s how it went down: The heist took place in June 2008. \n" "launch an attack directly against the bank, we can \n" \ "exploit suppliers. But why don’t we steal through \n" \ "spear-phishing?'" -paragraph16 = "The latter turned out to be the best; the intruder \n" \ +paragraph16 = "\tThe latter turned out to be the best; the intruder \n" \ "gains a bank customer's credential unlawfully and \n" \ "commit fraud, through insurance the customer is sanctioned \n" \ "to reimbursement of stolen funds. And no one would get \n" \ "caught for sure. But it wouldn't be so profitable since \n" \ "unimaginably huge estate was stored in the bank’s vaults. " -paragraph17 = "There are many ways on how Mark’s team would be able to \n" \ +paragraph17 = "\tThere are many ways on how Mark’s team would be able to \n" \ "steal from the bank but having thought of the many \n" \ "possibilities that H suggested and what people he had \n" \ "to work with he decided to stick with the original plan \n" \ @@ -143,7 +143,7 @@ paragraph17 = "There are many ways on how Mark’s team would be able to \n" \ "security guards watching the cameras at all possible hours \n" \ "with each camera recording every move but it would be of no \n" \ "use as Chris and Ray would be able to freeze the cameras. \n" \ - "As soon as Ray, Chris and LP were in place they started to \n" \ + "\tAs soon as Ray, Chris and LP were in place they started to \n" \ "hack into the bank’s security, alarms and telephone lines \n" \ "and cameras. Once everything was confirmed by the hacking \n" \ "team that’s when Mark and H went in with their cutting gear \n" \ @@ -151,7 +151,7 @@ paragraph17 = "There are many ways on how Mark’s team would be able to \n" \ "most of the valuables were kept. By letting H do his job in \n" \ "opening the tough vaults all that was required is patience \n" \ "as the vault door was securely closed. " -paragraph18 = "Within 5 minutes the door burst opened revealing cabinets \n" \ +paragraph18 = "\tWithin 5 minutes the door burst opened revealing cabinets \n" \ "everywhere, without much hesitation Mark ran to the closest \n" \ "one near him hoping that he could just open it to take the \n" \ "valuables, but of course, they had been locked. Mark and H \n" \ @@ -164,7 +164,7 @@ paragraph18 = "Within 5 minutes the door burst opened revealing cabinets \n" \ "Yeah.““Let’s get out of here.”Once satisfied with the \n" \ "amount that they stole they then needed to move onto the \n" \ "next phase, the escape." -paragraph19 = "It seemed no one noticed the bank was being robbed. \n" \ +paragraph19 = "\tIt seemed no one noticed the bank was being robbed. \n" \ "Everything was going on smoothly. They left the room \n" \ "with all the huge bags fully stuffed. They loaded the \n" \ "luggage into the van and left.“That went well,” said \n" \