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
def storyA():
print("You hear a shuffling of footsteps and a pounding on your door...")
time.sleep(3)
print("The knocking comes from your roommate, who yells 'Shut up! I'm hungover!'")
time.sleep(1)
print("You're quite irritated now. Do you:")
print("a) Ignore them")
print("b) Grab your knife")
x = input("Enter a or b:")
if x == a:
print("After a few seconds of incessant knocking, the noise stops.")
elif x == b:
print("You leap out of bed with the intent to kill, frothing at the mouth as you grab your prized Swiss cutter")
print("")