Commit d583da1e by BellCodeEditor

auto save

parent 7df29dbd
Showing with 15 additions and 0 deletions
import turtle as t
import turtle as t
t.fillcolor("yellow")
t.pencolor("red")
t.penup()
t.goto()
t.pendown()
t.begin_fill()
t.fd(60)
t.faceto(0)
t.fd(60)
t.faceto(0)
t.fd(60)
t.faceto(0)
end_fill
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