Commit 3508c928 by BellCodeEditor

save project

parent f98476de
Showing with 3 additions and 1 deletions
import turtle
n=turtle.Screen()
n.bgcolor("blue")
Pen1=turtle.Pen()
......@@ -9,7 +10,8 @@ turtle.hideturtle()
Pen=turtle.Pen()
Pen.pencolor("red")
m=60
m=Screen.textinput("提示")
lovesize=int(m)
Pen.left(45)
Pen.forward(2*m)
Pen.circle(m,180)
......
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