Commit ac690ea3 by BellCodeEditor

save project

parent 0bf3428d
Showing with 2 additions and 2 deletions
import turtle
b=turtle.Screen()
b.bgcolor("pink")
a=screen.textinput("大小","爱心半径")
s=int(a)
# a=Screen.textinput("大小","爱心半径")
# s=int(a)
j=turtle.Pen()
j.penup()
j.goto(210,-170)
......
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