Commit 76b9b667 by BellCodeEditor

save project

parent 248e042f
Showing with 5 additions and 2 deletions
import turtle
p=turtle.Pen()
p.shape("turtle")
p.right(90)
p.forward(50)
p.left(50)
p.forward(100)
......
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