Commit d0043279 by BellCodeEditor

save project

parent 89ac3a13
Showing with 6 additions and 1 deletions
import turtle import turtle
p=turtli.Pen() p=turtle.Pen()
p.shape('turtle')
p.forward(8)
p.left(8)
p.right(16)
......
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