TORONTO KIDS COMPUTER CLUB | PMCA Saturday 17:00 Python Homework 21.05.15.
19465
post-template-default,single,single-post,postid-19465,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

PMCA Saturday 17:00 Python Homework 21.05.15.

19 May PMCA Saturday 17:00 Python Homework 21.05.15.

Question:
Using the turtle that we learned in the last class, please try to draw the image as below

Below is an example on how to create the turtle window and draw a circle:

>>> import turtle
>>> ws = turtle.Screen()
>>> ws.bgcolor('yellow')
>>> t = turtle.Turtle()
>>> t.circle(10)
No Comments

Sorry, the comment form is closed at this time.