D1229103003993888383
Programmer
I am a newbie to Python and I know this is a stupid question.
How do you draw objects using a loop?
This code doesn't work:
for i in range(4):
circle = Circle(Point(0,20)100
circle.draw(win)
Please help
How do you draw objects using a loop?
This code doesn't work:
for i in range(4):
circle = Circle(Point(0,20)100
circle.draw(win)
Please help