Copy and paste the code above into the programming environment above, run the code, and review it.
Then, determine how you can change the code so that the frame flashes greens and blues (and no reds). Select the answer below that would accomplish this.
Group of answer choices
Change the g line to:
g = 0
Change the b line to:
b = 0
Change the r line to:
r = random.randint(255,255)
Change the r line to:
r = 0
Copy and paste the code above into the programming environment above, run the code, and review it.
Then, determine how you can change the code so that the frame flashes greens and blues (and no reds). Select the answer below that would accomplish this.
Group of answer choices
Change the g line to:
g = 0
Change the b line to:
b = 0
Change the r line to:
r = random.randint(255,255)
Change the r line to:
r = 0
r = 0
Comments
Leave a comment