Commit 61468c9a by BellCodeEditor

auto save

parent 038688d6
Showing with 7 additions and 13 deletions
......@@ -6,20 +6,13 @@ import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
a=1
for i in range(a):
screen=turtle.Screen()
screen.bgcolor("black")
colors=["red","blue","orange","yellow"]
for i in range(1,300):
pen.left(91)
pen.forward(a)
a+=1
pen.forward(i)
color(i%4)
# 隐藏画笔,保存画布
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