Commit d6def33a by BellCodeEditor

auto save

parent c256c561
Showing with 25 additions and 2 deletions
# 我们都爱夸夸夸 import turtle
\ No newline at end of file turtle.up()
turtle.goto(-200,200)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("red")
turtle.pencolor("red")
for i in range(2):
turtle.forward(280)
turtle.right(90)
turtle.forward(200)
turtle.right(90)
turtle.end_fill()
turtle.up()
turtle.goto(-170,145)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yelllow")
turtle.pencolor("yellow")
for x i range (5):
turtle.forward(50)
turtle.right(144)
turtle.end_fill()
\ 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