Commit df33734f by BellCodeEditor

save project

parent a9b6b54c
Showing with 2 additions and 1 deletions
......@@ -13,7 +13,7 @@ ASUS_2=["red","green","yellow","blue"]
for i in range(100):
pen.color(ASUS_2[i%4])
pen.forward(i)
pen.right(231)
pen.right(331)
# 隐藏画笔,保存画布
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