Commit ccf89acb by BellCodeEditor

save project

parent 0c6de07f
Showing with 6 additions and 2 deletions
'''
import turtle
colors=["red","orange","yellow","green","cyan","blue","violet","white"]
pen=turtle.Pen()
......@@ -9,4 +10,7 @@ for i in range(1,3000):
pen.forward(i)
pen.right(45.5)
pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
'''
for j in range():
for i in range():
\ 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