Commit fc874f37 by BellCodeEditor

auto save

parent 56e51d77
Showing with 3 additions and 6 deletions
import turtle
pen=turtle.Pen()
for i in range(4):
pen.forward(90)
pen.right(39)
turtle.done()
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