Commit 192be042 by BellCodeEditor

save project

parent a66aa41b
Showing with 13 additions and 10 deletions
import.turtle import turtle
pen=turtle.Pen()
screen=turtle.Screen()
len=screen.textinput("设置","多大爱心")
p=int(len)
screen.bgcolor("pink")
pen.left(45)
pen.forward(2*p)
pen.circle(p,180)
pen.right(90)
pen.circle(p,180)
pen.forward(2*p)
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