Commit b0200269 by BellCodeEditor

save project

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