python-by-example-150-chall.../challenges60-68/challenge-062.py

6 lines
76 B
Python
Raw Normal View History

2019-07-18 21:31:50 +08:00
import turtle
draw = turtle.Turtle()
draw.shape('turtle')
draw.circle(100)