Commit 578bb049 by BellCodeEditor

save project

parent 07858a54
Showing with 13 additions and 0 deletions
import turtle
import random
pen1=turtle.Pen()
screen = turtle.Screen()
length = int(screen.textinput("输入点啥?""要多大的心?”))
pen.pensize(20)
pen1.lt(45)
pen1.fd(lerth * 2)
pen1.circle(lerth,180)
pen1.rt(90)
pen1.circle(lerth,180)
pen1.fd(lerth * 2)
turtle.done()
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