Question: 2. Craps. Write a Python program. (called q2.py) that plays the dice game Craps. The player begins by throwing two standard dice. If the sum




2. Craps. Write a Python program. (called q2.py) that plays the dice game Craps. The player begins by throwing two standard dice. If the sum of the dice is 7 or 11, the player wins. If the sum is 2, 3 or 12, the player loses Otherwise, the sum becomes the player's point. The player continues to roll until either the point comes up again, in which case the player wins or the player throws 7, in which case they lose
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
