Commit d3f9c5dd by BellCodeEditor

auto save

parent 71d4ebd4
Showing with 11 additions and 0 deletions
import turtle as t
t.speed(1)
t.color("black")
t.penup()
t.goto(0,100)
t.pendown()
t.goto(100,0)
t.goto(0,-100)
t.goto(-100,0)
t.goto(0,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