Commit 96bb8f5d by BellCodeEditor

auto save

parent b5c6bbbe
Showing with 10 additions and 0 deletions
import turtle
import random
pen = turtle.Pen()
while(True):
for i in range(50):
pen.forward(random.randint(70,71))
pen.left(random.randint(44,45))
pen.forward(random.randint(100,110))
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