Commit 74c8f627 by BellCodeEditor

auto save

parent 07ef43ed
Showing with 20 additions and 0 deletions
import turtle
turtle.speed(1)
turtle.penup()
turtle.goto(-90,90)
turtle.pendown()
turtle.color("black","yellow")
turtle.begin_fill()
for i in range(4):
turtle.forward(180)
turtle.right(90)
turtle.end_fill()
turtle.goto(90,90)
turtle.fillcolor("red")
turtle.begin_fill()
turtle.goto(-90,-90)
turtle.goto(90,-90)
turtle.goto(90,90)
turtle.end_fill()
turtle.hideturtle()
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