Commit ad137438 by BellCodeEditor

save project

parent a4f7b8bb
Showing with 0 additions and 11 deletions
import turtle
t=turtle.Pen()
t.pensize(3)
t.fd(10)
t.goto(10,-10)
t.fd(30)
t.goto(40,0)
t.fd(10)
t.goto(0,0)
turtle.done()
\ No newline at end of file
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