Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. print("----Hello Welcome To The Path----")
  2. startchoice = input('Would you like to (P)lay? or '
  3. 'do you want to (R)ead the instructions: ')
  4. if startchoice.upper() == "P":
  5. #Maybe return something here and use it to start function play_game()
  6.  
  7. if startchoice.upper() == 'H':
  8.  
  9. print('The game is simple!nI will print out questions with'
  10. '2 scenarios! and you pick one!')
  11.  
  12. input('n----Hit Enter to return to the main menu: ----')
  13.  
  14. if input:
  15. main_menu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement