Commit cffe9ccb by BellCodeEditor

save project

parent d435d7fd
Showing with 10 additions and 2 deletions
classmethod
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.speed(0)
Aolean=1
for i in range(300):
pen.forward(Aolean)
pen.right(91)
Aolean+=1
turtle.done()
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