Commit 57b64a62 by BellCodeEditor

save project

parent 516c41af
Showing with 5 additions and 1 deletions
j=1
i=1
print(j,'*',i,'=',(j*i))
\ No newline at end of file
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
color=["red","orange","yellow","green","blue","pink","while","brown"] color=["red","orange","yellow","green","blue","pink","white","brown"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(1,3000000): for i in range(1,3000000):
pen.color(color[i%8]) pen.color(color[i%8])
......
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