Commit 76d9a4b7 by BellCodeEditor

save project

parent c7ea0383
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
f=100
screen=turtle.Screen()
screen.bgcolor("blue")
len=screen.textinput("提醒","想要多大的爱心啊?")
f=int(len)
p=turtle.Pen()
p.penup()
p.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