Commit 3c606def by BellCodeEditor

save project

parent f0cc9c23
Showing with 18 additions and 0 deletions
import turtle
t=turtle.Pen()
t.speed(1)
for i in range(4):
t.fd(200)
t.left(90)
t.fillcolor("red")
t.up
t.goto(0,100)
t.down()
t.begin_fill()
t.goto(100,200)
t.goto(200,100)
t.goto(100,0)
t.goto(0,100)
t.end_fill()
t.hideturtle()
turtle.down()
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