Commit 6fdcfca8 by BellCodeEditor

auto save

parent a67a2a70
Showing with 7 additions and 0 deletions
import turtle
t=turtle.Pen()
t.goto(-200,500)
for i in range(4):
t.forward(50)
t.left(90)
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