Commit 5f68679a by BellCodeEditor

auto save

parent 68c46d07
Showing with 7 additions and 1 deletions
import turtle
x=turtle.Pen
x = turtle.Pen()
x.begin_fill()
for i in range(4):
x.forward(200)
x.left(90)
x.
\ 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