Commit 998632a9 by BellCodeEditor

save project

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