logo CodeStepByStep logo

drawing_appearance

Language/Type: Python graphics DrawingPanel

Which figure will be drawn by the following program?

panel = DrawingPanel(200, 200)
for i in range(20):
    panel.draw_oval(i * 10, i * 10, 200 - (i * 10), 200 - (i * 10))
figure
(order shuffled)

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.