Commit d1a72294 by BellCodeEditor

save project

parent 0cf7caa7
Showing with 5 additions and 1 deletions
m=100
import turtle
screen=turtle.Screen()
screen.bgcolor("light green")
m=screen.textinput("爱星大小")
lovesize=int(m)
m=float(m)
pen.pencoler("red")
pen=turtle.Pen()
pen.left(45)
......@@ -11,4 +16,3 @@ pen.forward(2*m)
pen.down()
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