Question: Write a program to draw five squares at random locations in the window, make each square a different color. For full credit, use a loop

Write a program to draw five squares at random locations in the window, make each square a different color. For full credit, use a loop for each square. Save & Run Load History 1'. 2 Asnl-2.py: Draw five squares at random locations 3 Input: None 4 Output: Squares at random locations 5 Author: 7 import turtle 8 import random 9 10 #Put your code here 11 12 wn.exitonclick() #This should be your last statement 13 Asn 1-2 (csw_assigment1_2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
