Commit f77c3283 by BellCodeEditor

save project

parent ecf4df58
Showing with 3 additions and 1 deletions
import turtle
len=60
pen=turtle.Pen()
beijing=turtle.Screen()
sizi=beijing.textinput("提示","你想要多大的爱心?")
len=int(sizi)
pen.pensize(5)
pen.pencolor("blue")
pen.left(45)
......
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