Commit 0c09dfff by BellCodeEditor

save project

parent 82b9b08c
Showing with 2 additions and 1 deletions
import turtle import turtle
len=50 import random
len=random.randint(40,60)
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
......
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