Commit ccf89acb by BellCodeEditor

save project

parent 0c6de07f
Showing with 5 additions and 0 deletions
'''
import turtle import turtle
colors=["red","orange","yellow","green","cyan","blue","violet","white"] colors=["red","orange","yellow","green","cyan","blue","violet","white"]
pen=turtle.Pen() pen=turtle.Pen()
...@@ -10,3 +11,6 @@ for i in range(1,3000): ...@@ -10,3 +11,6 @@ for i in range(1,3000):
pen.right(45.5) pen.right(45.5)
pen.hideturtle() pen.hideturtle()
turtle.done() 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