Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. while True:
  2. player_input = input()
  3. player_round = 0
  4. player_round_list = [roll_dice()]
  5.  
  6. if player_input == ' ':
  7. player_round_list.append(player_round)
  8. for player_round in player_round_list:
  9. player_round += player_round_list
  10. print(player_round)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement