Commit 5b6c5616 by BellCodeEditor

save project

parent d8fabfc0
Showing with 4 additions and 0 deletions
import turtle import turtle
random
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen()
length=int(screen.textinput("输入"))
pen1.pensize(20)
length=50 length=50
pen1.lt(45) pen1.lt(45)
pen1.fd(length*2) pen1.fd(length*2)
......
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