Commit 5ddf7cc8 by BellCodeEditor

save project

parent 9d121e4d
Showing with 1 additions and 1 deletions
import turtle
a = turtle.Turtle()
a.speed(10)
a.speed(999)
for i in range(180):
a.forward(100)
a.right(30)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment