Commit de0ca2ef by BellCodeEditor

auto save

parent cc8389fc
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ screan=turtle.Screen() ...@@ -9,7 +9,7 @@ screan=turtle.Screen()
screan.bgcolor("black") screan.bgcolor("black")
# 请创造师在下面接着创作 # 请创造师在下面接着创作
l=["red","yellow","orange","green"] l=["red","yellow","orange","green"]
for i in range(1,300): for i in range(1,400):
pen.forward(i) pen.forward(i)
pen.pencolor(l[i%4]) pen.pencolor(l[i%4])
pen.right(91) pen.right(91)
......
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