Guest User

Untitled

a guest
Oct 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for x in range(numberOfPlayersInt):
  2. print("Player %d, your question :" % (x + 1))
  3. answer = str(input("nCorrect ? "))
  4. if answer.lower() in ['y', 'yes']:
  5. #some code here that updates the value for this player.
Add Comment
Please, Sign In to add comment