Commit 11e80dfc by BellCodeEditor

save project

parent b4f6f932
Showing with 6 additions and 2 deletions
...@@ -6,8 +6,8 @@ colors=["red","orange","yellow"."green"] ...@@ -6,8 +6,8 @@ colors=["red","orange","yellow"."green"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
#distance=1 #distance=1
for i in range(1300): for i in range(1300):
pen.forward(1) pen.forward(i)
pen.pencolor(colors[1%4]) pen.pencolor(colors[i%4])
#distance+=1 #distance+=1
pen.right(121) pen.right(121)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
......
i=3
j=5
print(j,'*',i,'=',(j*i))
\ 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