Commit b0200269 by BellCodeEditor

save project

parent 01a338df
Showing with 3 additions and 3 deletions
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# distance+=1 # distance+=1
# pen.right(121) # pen.right(121)
# # 隐藏画笔,保存画布 # # 隐藏画笔,保存画布
'''
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
colors=["red","yellow","green","pink"] colors=["red","yellow","green","pink"]
...@@ -25,4 +25,4 @@ for i in range(1,1000): ...@@ -25,4 +25,4 @@ for i in range(1,1000):
p.forward(i) p.forward(i)
p.left(91) p.left(91)
p.hideturtle() p.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file \ 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