Commit 15838ed2 by BellCodeEditor

save project

parent a0f744e9
Showing with 15 additions and 2 deletions
import turtle
pen = turtle.Pen()
distanse=1
for i in range(300):
pen.forward(distanse)
distanse+=1
pen.right(91)
pen.hideturtle()
turtle.done()
{"第1名": 0, "第2名": 0, "第3名": 0}
\ 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