Commit 5ea6bb19 by BellCodeEditor

auto save

parent e6cb0a0a
Showing with 10 additions and 2 deletions
long=1
import turtle
pen=turtle.Pen()
pen.shape("turtle")
while True:
pen.forward(long)
pen.right(90)
long=long+radom(1,200)
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