Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. import time
  2. import random
  3.  
  4. print('It is January 29, 2093. You are unconscious.')
  5. #Add time.sleep here
  6. print('*Nudge*')
  7. print('You begin to slowly open your eyes. The ground is damp and the clouds above are dark grey.')
  8. print('Ivan: What is your name?')
  9. myName = input()
  10. print('Ivan: Good to meet you ' + myName + '! Now get up and run!')
  11. print('There is a Kalashnikov near you. Do you pick it up? [Type yes or no]')
  12. yes = input()
  13. if 'yes':
  14. print('You pick up the rifle and rush into the woods with Ivan.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement