[Tutor] (no subject)

Kaniz Sumiya kanizsumiya at gmail.com
Wed Nov 4 21:01:15 EST 2020


I need to make a scraps game with these guidelines:


import random
money = 100
Ask user if they want to play or "QUIT" (.upper())
while game != "QUIT":
2 dice generate random numbers 1-6 on each (generate random
numbers inside while loop)
Every roll cost $3
Win $5 if total is 7
Win $10 for snake eyes
Else display " Craps"
Ask user if they want to play or "QUIT"
if money<3
game ="QUIT"
Print money


More information about the Tutor mailing list