Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
name = input("Hi there! What's your name? ")
print("")
print("Hi " + name + "! Nice to meet you. We'll now start our story...")
print("")
answer1 = input("During this story, you'll often come across with multiple options such as [1] or [2]. "
"You shall type 1 or 2 to perform an action. Type 'yes' to proceed. Ready? ")
if answer1 == "yes" or answer1 == "Yes" or answer1 == "YES":
pass
else:
print("You need to type 1 or 2 to perform an action")
print("")
print("1, 2, 3...")
print("")
answer2 = input("It's 7:30 AM. You feel slightly tired from all the hours you've worked on your project "
" Would you like to make a coffee [1] or would you like to go straight to work [2]? ")
if answer2 == "1" or answer2 == "[1]":
print("")
print("You drink your coffee and you feel energized. What a wonderful day!")
print("")
answer3 = input("You're getting late, you should go to work [1]! ")
if answer3 == "1" or "[1]":
print("")
print("You use your keycard to enter the building.")
print("")
answer4 = input("Would you rather go to the lab [1] or would you rather go to the cafeteria [2]? ")
if answer4 == "1" or "[1]":
print("")
answer6 = input("You are in your lab. It's time start your computer [1]! ")
if answer6 == "1" or "[1]":
print ("")
print ("You feel amazing but also slightly frightened on how your project has evolved so far."
" Suddenly, thousands of lines of code pour on the screen.")
print("")
answer7 = input("What do you decide to do? Close the terminal and think about what to do [1]"
"or try to search the problem through the code [2]? ")
if answer7 == "1" or "[1]":
print("")
print("You remember that Memory Storage 3 was acting quite weird the other day.")
print("")
answer8 = input("You decide to check Memory Storage 3 [1]... ")
if answer8 == "1" or "[1]":
print("")
print("2 cables seem to be unplugged from its respective ports")
print("")
answer9 = input("You decite to plug the cables back in and return to the terminal [1]. ")
if answer9 == "1" or "[1]":
print("")
print("Everything seems to work. The terminal blinks. You decide to run the usual tests."
"The screen suddenly lights up and overflows the monitor. This has never happened before."
"You realize what is happening. The modern Holy Grail is being typed into a black void."
"Now it is up to you to decide whether you will be the one that started humanity's greatest transition!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
elif answer7 == "2" or "[2]":
print("")
print("You remember that Memory Storage 3 was acting quite weird the other day.")
print("")
answer8 = input("You decide to check Memory Storage 3 [1]... ")
if answer8 == "1" or "[1]":
print("")
print("2 cables seem to be unplugged from its respective ports")
print("")
answer9 = input("You decite to plug the cables back in and return to the terminal [1]. ")
if answer9 == "1" or "[1]":
print("")
print("Everything seems to work. The terminal blinks. You decide to run the usual tests."
"The screen suddenly lights up and overflows the monitor. This has never happened before."
"You realize what is happening. The modern Holy Grail is being typed into a black void."
"Now it is up to you to decide whether you will be the one that started humanity's greatest transition!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, try again!")
else:
print("")
print("Invalid option, try again!")
else:
print("")
print("Invalid option, try again!")
elif answer4 == "2" or answer4 == "[2]":
print("")
print("There's no one here. You notice fresh sandwiches and coffee! ")
print("")
answer5 = input("What would you like to do?"
" Would you rather grab the yummy sandwiches and some coffee [1] or would you rather go to the lab [2] ")
if answer5 == "1" or answer5 == "[1]":
print("")
print("The sandwiches were indeed yummy!")
print("")
answer6 = input("You should head to the lab [1] before the boss gets mad! ")
if answer6 == "1" or "[1]":
print("")
answer6 = input("You are in your lab. It's time start your computer [1]! ")
if answer6 == "1" or "[1]":
print("")
print("You feel amazing but also slightly frightened on how your project has evolved so far."
" Suddenly, thousands of lines of code pour on the screen.")
print("")
answer7 = input("What do you decide to do? Close the terminal and think about what to do [1] "
"or try to search the problem through the code [2]? ")
if answer7 == "1" or "[1]":
print("")
print("You remember that Memory Storage 3 was acting quite weird the other day.")
print("")
answer8 = input("You decide to check Memory Storage 3 [1]... ")
if answer8 == "1" or "[1]":
print("")
print("2 cables seem to be unplugged from its respective ports")
print("")
answer9 = input("You decite to plug the cables back in and return to the terminal [1]. ")
if answer9 == "1" or "[1]":
print("")
print("Everything seems to work. The terminal blinks. You decide to run the usual tests."
"The screen suddenly lights up and overflows the monitor. This has never happened before."
"You realize what is happening. The modern Holy Grail is being typed into a black void."
"Now it is up to you to decide whether you will be the one that started humanity's greatest transition!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, try again!")
else:
print("")
print("Invalid option, please try again! ")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
elif answer2 == "2" or "[2]":
print("")
print("You get in your car and drive to work for 20 minutes. 'No traffic, GREAT!' - you say.")
print("")
answer4 = input("You use your keycard to enter the building. "
"Would you rather go to the lab [1] or would you rather go to the cafeteria [2]? ")
if answer4 == "1" or "[1]":
print("")
answer5 = input("What would you like to do?"
" Would you rather grab the yummy sandwiches and some coffee [1] or would you rather go to the lab [2]? ")
if answer5 == "1" or "[1]":
print("")
print("The sandwiches were yummy indeed!")
print("")
answer6 = input("You should head to the lab [1] before the boss gets mad! ")
if answer6 == "1" or "[1]":
print("")
print("You feel amazing but also slightly frightened on how your project has evolved so far."
" Suddenly, thousands of lines of code pour on the screen.")
print("")
answer7 = input("What do you decide to do? Close the terminal and think about what to do [1] "
"or try to search the problem through the code [2]? ")
if answer7 == "1" or "[1]":
print("")
print("You remember that Memory Storage 3 was acting quite weird the other day.")
print("")
answer8 = input("You decide to check Memory Storage 3 [1]... ")
if answer8 == "1" or "[1]":
print("")
print("2 cables seem to be unplugged from its respective ports")
print("")
answer9 = input("You decite to plug the cables back in and return to the terminal [1]. ")
if answer9 == "1" or "[1]":
print("")
print("Everything seems to work. The terminal blinks. You decide to run the usual tests."
"The screen suddenly lights up and overflows the monitor. This has never happened before."
"You realize what is happening. The modern Holy Grail is being typed into a black void."
"Now it is up to you to decide whether you will be the one that started humanity's greatest transition!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
elif answer5 == "2" or answer5 == "[2]":
answer6 = input("You are in your lab. It's time start your computer [1]! ")
if answer6 == "1" or "[1]":
print("")
print("You feel amazing but also slightly frightened on how your project has evolved so far."
"Suddenly, thousands of lines of code pour on the screen.")
print("")
answer7 = input("What do you decide to do? Close the terminal and think about what to do [1]"
"or try to search the problem through the code [2]? ")
if answer7 == "1" or "[1]":
print("")
print("You remember that Memory Storage 3 was acting quite weird the other day.")
print("")
answer8 = input("You decide to check Memory Storage 3 [1]... ")
if answer8 == "1" or "[1]":
print("")
print("2 cables seem to be unplugged from its respective ports")
print("")
answer9 = input("You decite to plug the cables back in and return to the terminal [1]. ")
if answer9 == "1" or "[1]":
print("")
print("Everything seems to work. The terminal blinks. You decide to run the usual tests."
"The screen suddenly lights up and overflows the monitor. This has never happened before."
"You realize what is happening. The modern Holy Grail is being typed into a black void."
"Now it is up to you to decide whether you will be the one that started humanity's greatest transition!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("Invalid option, please try again!")
else:
print("")
print("You inserted an invalid option, please try again!")
print("Bye " + name + " hope you liked this story!")