Commit 20f5810e by BellCodeEditor

save project

parent dc01f94e
Showing with 1 additions and 1 deletions
import turtle import turtle
e=turtle.Screen() e=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
a=50 a=int(e.textinput("提示","请输入爱心大小"))
e.bgcolor("pink") e.bgcolor("pink")
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
......
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