Python_A18
Python_A18
1. Complete the algorithm. Fill in the blanks to plan what happens in the game:
START
The game calculates the number of coins the player has won.
END
2. Below are lines of code you will place into the program to have the player pick a color.
Fill in the blanks to complete the code:
import random
colors=(' ', ' ', ' ')
jackpot=random.choice(colors))