Commit 41544c3b by BellCodeEditor

auto save

parent 0377aa2e
Showing with 2 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
sb=100
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
we=screen.textinput("提示","请输入爱心大小")
sb=(int(we))
pen.penup() pen.penup()
pen.goto(-80,-80) pen.goto(-80,-80)
pen.write("qwer\ntyu\niop",font=("Times",20,"normal")) pen.write("qwer\ntyu\niop",font=("Times",20,"normal"))
......
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