Answer:
Use the canvas code to draw 1000 points but then for the location import the random module and use random.randrange() for it
Step-by-step explanation:
The drawing object will be used for drawing
The random class is used for the random numbers
I hope it helps