Commit 847fa266 by BellCodeEditor

save project

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