Commit 365a1a88 by BellCodeEditor

auto save

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