Commit 5fe4d685 by BellCodeEditor

auto save

parent ceb03576
Showing with 9 additions and 0 deletions
import turtle
p=turtle.Pen()
p.color('red')
p.pensize(2)
p.forward(200)
p.left(90)
p.forward(200)
p.forward(400)
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