Commit 2c31336d by BellCodeEditor

save project

parent 1d2fa8bf
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
len=100
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
lovesize=screen.textinput("提示","请输入爱心大小")
len=int(lovesize)
pen1.left(45) pen1.left(45)
pen1.forward(len) pen1.forward(len)
pen1.circle(len/2,180) pen1.circle(len/2,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