Commit a5462f4e by BellCodeEditor

save project

parent f129846b
Showing with 3 additions and 13 deletions
import turtle name=input("你考得好吗")
print(name+"加油")
pen = turtle.Pen() \ No newline at end of file
pen.fillcolor("red")
pen.begin_fill()
pen.right() = 2
for i in range(720):
pen.forward(2)
pen.right()=pen.right()+1
pen.end_fill()
pen.hideturtle()
turtle.done()
\ 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