Commit 4f6e02a7 by BellCodeEditor

save project

parent f84df5dd
Showing with 3 additions and 0 deletions
# 利用write()帮助悟 # 利用write()帮助悟
import turtle import turtle
screen=turtle.Screen()
lovesize=screen.textinput("爱心大小","你想要多大的爱心")
screen.bgcolor("light grey")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(10,-52) pen.goto(10,-52)
......
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