Commit 2efba41e by BellCodeEditor

save project

parent 561388eb
Showing with 6 additions and 2 deletions
......@@ -7,9 +7,9 @@ screen=turtle.Screen()
pen = turtle.Pen()
# 请创造师在下面接着创作
screen.bgcolor("black")
colors = ['yellow'] #'blue', 'green','silver',"orange",'red'
colors = ['yellow''blue', 'green','silver',"orange",'red']
for i in range(1,9999999999999999999999999999999999999999999999):
pen.pencolor(colors[i%1])
pen.pencolor(colors[i%6])
pen.forward(i)
pen.right(91)
......
i=5
j=3
print(i,"*",j,"=",(i*j))
\ 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