Created
May 2, 2025 09:05
-
-
Save dearshrewdwit/f6b97f41eb8eae958ba3f8a7abfa790f to your computer and use it in GitHub Desktop.
PIO_mehmet_brennan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
print("Wednesday, Period 1, DT-C1") | |
angry_count = 0 | |
character = input('What is your name? ') | |
print('You have selected', character) | |
# about to enter the classroom | |
time.sleep(2) | |
print('*you have entered G12*') | |
time.sleep(2) | |
print('Friend : Yo is Mr Brennan in, ' + character, '?' ) | |
time.sleep(2) | |
print('You : i dont know') | |
time.sleep(2) | |
print('*Mr Brennan walks in*') | |
time.sleep(4) | |
print('*Mr Brennan has opened the door, you can pick what to do in front of him*') | |
print('A: Look at him. B: greet him.') | |
time.sleep(2) | |
action = input('A or B? ') | |
if action == 'A' or action == 'a': #action 1 | |
time.sleep(2) | |
print('Mr Brennan: What are you looking at?') | |
angry_count += 1 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
elif action == 'B' or action == 'b': #action 1 | |
print("you" + ' : Hi Mr Brennan') | |
time.sleep(2) | |
print('Mr Brennan: Hoi, ' + character) | |
else: | |
print('Invalid input') | |
# entered G12 | |
print(' ') | |
time.sleep(3) | |
print('*you have entered G12!*') | |
time.sleep(2) | |
print('action 2. Sit down or talk to sir') | |
time.sleep(1) | |
action2 = input('Sit down (A) or attept to talk to sir? (B): ') | |
if action2 == 'A' or action2 == 'a': #action 2 | |
time.sleep(2) | |
print('Mr Brennan: Take ur chromebook out and do the Do Now!') | |
elif action2 == 'B' or action2 == 'b': #action 2 | |
time.sleep(2) | |
print('Mr Brennan: (face turned red) ' + character.upper() + '! GO SIT DOWN AND TAKE YOUR CHROMEBOOK OUT!') | |
angry_count += 1 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
# yap yap yap | |
print(' ') | |
time.sleep(2) | |
print('Mr Brennan: Right! Ladies and gentlemen, please begin your coursework now!') | |
time.sleep(2) | |
print('Mr Brennan: Deadline is THIS Froiday!') | |
time.sleep(2) | |
print('Mr Brennan: I will give you an hour after school if you do not do your coursework by the deadline!') | |
time.sleep(4) | |
print(character, ', you have two options: A: go up to sir and complain that he has not sent you the images. B: sit down and play games on your chromebook.') | |
action3 = input('A or B? ') | |
if action3 == 'A' or action3 == 'a': #action 3 | |
time.sleep(3) | |
print('You: Sir you havent sent me the images! HOW CAN I DO MY NEA????') | |
time.sleep(4) | |
print('Mr Brennan: I have sent you all the images!!!! (Face turned red again)') | |
time.sleep(4) | |
print('Mr Brennan looks at his phone') | |
time.sleep(2) | |
print("Mr Brennan: YOU! FIGURE IT OUT!!!") | |
angry_count += 3 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
elif action3 == 'B' or action3 == 'b': #action 3 | |
time.sleep(2) | |
print('Mr Brennan walked over to you!') | |
time.sleep(2) | |
print(character.upper() + '!' + ' That is a check for not staying on task!' ) | |
angry_count += 1 | |
time.sleep(3) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
# working on product | |
time.sleep(2) | |
print(' ') | |
print("*you are making your product*") | |
time.sleep(2) | |
print('*Mr Brennan looks at you* ') | |
time.sleep(2) | |
action4 = input('A, say hi to sir. B, ignore sir and wear your headphones ') | |
if action4 == 'A' or action4 == 'a': #action 4 | |
time.sleep(2) | |
print("You: Hi sir, do you like my product?") | |
time.sleep(2) | |
print("Mr Brennan: NO WHY DID YOU NOT TAKE PICTURES OF THE PRODUCT?? THAT IS A CHECK!!!") | |
angry_count += 1 | |
time.sleep(5) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
elif action4 == 'B' or action4 == 'b': #action 4 | |
time.sleep(2) | |
print('Mr Brennan: ' + character.upper() + ' HEADPHONES ARE NOT ALLOWED!!!') | |
angry_count += 1 | |
time.sleep(5) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
time.sleep(2) | |
print('*Mr Brennan walks away* ') | |
#Nearly conplete the product | |
print(' ') | |
time.sleep(3) | |
print('*You have to paint the product to make it look better.*') | |
time.sleep(5) | |
print('*You pour the paint on a piece of plate and start painting without covering the table.*') | |
time.sleep(6) | |
print('Mr Brennan: ' + character.upper() +' WHAT ARE YOU DOING?!?!?!?!?!?!?!?!?!?') | |
time.sleep(4) | |
print('You: I am painting the product') | |
time.sleep(2) | |
print('Mr Brennan: YOU SHOULD HAVE COVERED THE TABLE AND NOW YOU MADE A MESS!!!!') | |
time.sleep(6) | |
print('*Mr Brennan hold his hands tight to show his ANGER*') | |
angry_count += 10 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
#completed your project | |
print(' ') | |
time.sleep(2) | |
print('You: sir I finished my NEA and my product') | |
time.sleep(2) | |
print('Mr Brennan: (turned red again) WHY DID YOU NOT DOCUMENT THE PRODUCT???') | |
time.sleep(2) | |
print("You: BECAUSE I DON'T HAVE MY PHONE ON ME!!") | |
time.sleep(2) | |
print('Mr Brennan: (more angry right now) YOU SHOULD HAVE ASKED ME TO TAKE PICTURES OF THE PRODUCT!!!') | |
time.sleep(2) | |
print('You: Are you gonna send the pictures to me?') | |
time.sleep(2) | |
print("Mr Brennan: I swear to god if you keep asking me silly questions again. I will break your product!!!") | |
time.sleep(2) | |
print('*Mr Brennan takes the pictures of the product and sends them to you.*') | |
time.sleep(2) | |
#end of lesson | |
print(' ') | |
time.sleep(2) | |
print("Mr Brennan: R(rrr)IGHT! Hands up, tools down! Treeee, Two, Huann!") | |
time.sleep(2) | |
print("Mr Brennan: Please send me your Section A to E in NEA by tonight. The whole course work is due in 2 weeks. If you dont send it by tonight, I will give you an hour after school tomorrow") | |
time.sleep(4) | |
options = input('Send it to him via Outlook right now (A) or send it to him via teams (B) ') | |
if options == 'A' or options == 'a': #action 5 | |
print("You: (Im gonna send it to him right now with 10000 angry emojis, tee hee)") | |
time.sleep(2) | |
print('*Mr Brennan opens his outlook and sees your email*') | |
time.sleep(2) | |
print('Mr Brennan: (angrily) ' + character.upper() + '! WHAT ARE YOU DOING?!?!?!?!?!?!?!?!?!?') | |
time.sleep(2) | |
print('Mr Brennan shares your email on the screen to the whole class') | |
time.sleep(2) | |
print('*everyone is laughing*') | |
time.sleep(2) | |
print('Mr Brennan: whoever laughs will recive an hour!') | |
time.sleep(2) | |
print('Mr Brennan: Now! Everyone of you get out of here!') | |
elif options == 'B' or options == 'b': #action 5 | |
print('Its the end of the lesson. You can go and enjoy your break.') | |
# you went to talk to him | |
print(' ') | |
time.sleep(2) | |
print('*You walk up to Mr Brennan*') | |
time.sleep(2) | |
print('Mr Brennan: can i help you') | |
options_again = input('A: ask him why he extended the deadline again. B: say bye to him in a rude way. ') | |
if options_again == 'A' or options_again == 'a': #action 6 | |
time.sleep(2) | |
print('You: Why did you extend the deadline again?') | |
time.sleep(2) | |
print('Mr Brennan: Its for your own good >:(') | |
time.sleep(2) | |
print('Mr Brennan: am I right or wrong? ') | |
optionsssss = input('A: right. B: wrong. ') | |
if optionsssss == 'A' or optionsssss == 'a': #action 7 | |
time.sleep(2) | |
print('Mr Brennan: Then get out' + character + '!!!') | |
elif optionsssss == 'B' or optionsssss == 'b': #action 7 | |
time.sleep(2) | |
print('You: Sir you are wrong') | |
time.sleep(2) | |
print('*You run out of the classroom*') | |
time.sleep(2) | |
print('Mr Brennan: ' + character.upper() + '!!!!') | |
angry_count += 10 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
elif options_again == 'B' or options_again == 'b': #action 6 | |
time.sleep(2) | |
print('You: Bye baldy') | |
time.sleep(4) | |
print('Mr Brennan: ' + character.upper() + '!!!!' +" THAT IS NOT APPROPRIATE!!!") | |
angry_count += 10 | |
time.sleep(2) | |
print("Mr Brennan's angry level is " + str(angry_count)) | |
if angry_count >= 15: | |
time.sleep(4) | |
print('You have succesfully made Mr Brennan crash out! ') | |
time.sleep(4) | |
print('Mr Brennan took your product and destroyed it! ') | |
time.sleep(2) | |
print('Mr Brennan also reported everything to Miss Walker and you got an hour after school catch up.') | |
#next section, mehmet edited | |
angry_count = 0 | |
print("") | |
time.sleep(3) | |
print("it is Friday final period, intervention.") | |
time.sleep(2) | |
print("*you see Mr Brennan standing menacingly at the doorway*") | |
time.sleep(2) | |
print("*you wait until the class is full*") | |
time.sleep(2) | |
print("Mr Brennan: alrighty everyone should be getting on with teir NEA.") | |
time.sleep(4) | |
print("Mr Brennan: if i see anyone off topic, that will be an hour!") | |
time.sleep(2) | |
print("*Mr Brennan takes a seat in his office chair, you cant help but notice his majestic pink socks*") | |
time.sleep(4) | |
print("*Mr Brennan hands u A3 paper for your cutting list*, what do you do?") | |
time.sleep(2) | |
print("A: begin cutting list B: make paper balls and throw at friend") | |
o1 = input() | |
if o1 == "A" or o1 == "a": #action 8 | |
print("*Mr Brennan walks over") | |
time.sleep(2) | |
print("Mr Brennan:", character, "WHAT ARE YOU DOING??") | |
time.sleep(2) | |
print("You: what sir?") | |
time.sleep(2) | |
print("Mr Brennan: Ters not enough detail!!!") | |
angry_count += 1 | |
print("Mr Brennan's angry level is", str(angry_count)) | |
elif o1 == "B" or o1 == "b": | |
print("*Mr Brennan sees you and turns red*") | |
time.sleep(2) | |
print("Mr Brennan:", character, "thats an hour after schoilll!!!") | |
angry_count += 20 | |
print("Mr Brennan's angry level is", str(angry_count)) | |
print("Congratulations, you made Mr Brennan crash out again!! :)") | |
else: | |
print("INVALID INPUT") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment