Commit 6a097ca3 by BellCodeEditor

auto save

parent d43a81d0
Showing with 16 additions and 2 deletions
print(type(num)
\ No newline at end of file
a=10
b=360
import turtle
pen = turtle.Pen()
pen.shape("turtle")
pen.speed(10000000)
for i in range(100):
for i in range(100):
pen.forward(20)
pen.right(a)
pen.left(b)
a=a+1
b=b-100
pen.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