Commit 08163723 by BellCodeEditor

save project

parent 017a14c4
Showing with 7 additions and 3 deletions
j = 5
i = 7
print(j,"*",i,"=",(j*i))
\ No newline at end of file
......@@ -13,7 +13,8 @@ for i in range(1,300):
pen.pencolor(colors[i%4])
pen.forward(distance)
distance+=1
pen.right(121)
pen.right(91)
# 隐藏画笔,保存画布
pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
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