Commit 93821a71 by BellCodeEditor

save project

parent 280ce4af
Showing with 2 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
b=turtle.Screen() b=turtle.Screen()
len=100 len=b.textinput("提示","你想要多大的爱心")
len=int(len)
b.bgcolor("pink") b.bgcolor("pink")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
......
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