- import time
- name=input('Welcome to the Simulation, what name do you wish to go by? ')
- print(f"that's great {name}. Glad to see you enjoy being called this." )
- time.sleep(3)
- cclass=input(f"What class do you wish to be {name}? " )
- print(f'Well, {name}, you sound like a powerful {cclass}. You should attack a skeleton.')
- time.sleep(3)
- print(f'{name}, a {cclass}. You find yourself in a graveyard standing on a walkway facing the mausoleum.')
- time.sleep(3)
- action1=input('What do you do? ')
- print(f'As you {action1} a skeleton comes out and hits you for 5 points of damage.')
- print('You feel critically wounded.')