Here is the basic graphics framework you should work on:
import simplegui
def draw_handler(canvas):
# your code goes here
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("Black")
frame.set_draw_handler(draw_handler)
frame.start()
Write a program to draw 1000 random points on a frame.
Challenge: Get the points to be in random colors.
1
Expert's answer
2019-11-08T06:32:56-0500
Dear CCC, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order
Comments
Leave a comment