Use different commands of python turtle
to make
a) circle
b) square
c) change turtle shape to triangle
d) change turtle color
e) beautiful picture of your
your own
imagination
Answers
Answered by
0
Answer:
To draw a circle, we will use circle() method which takes radius as an argument. You must import turtle module in order to use it. Then, we have created a new drawing board and assigned it to an object t. It will draw a circle of radius 50units.
Similar questions