Commit cd3b753d by BellCodeEditor

auto save

parent c97488d7
Showing with 4 additions and 2 deletions
import turtle import turtle
screen = turtle.Screen()
pen = turtle.Pen() pen = turtle.Pen()
len=60 len=int(screen.textinput("提问","你要多大的爱心"))
lovesize=int(len)
pen.left(45) pen.left(45)
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
......
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