Commit 847fa266 by BellCodeEditor

save project

parent 28a021bb
Showing with 7 additions and 12 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
b=1 a.pencolor('blue')
a.pencolor('red') for b in range(300):
a.speed(1145141919810) a.right(91)
for i in range(300): a.forward(b)
a.right(91) \ No newline at end of file
b+=1
a.forward(b)
a.hideturtle()
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