Commit f21521bd by BellCodeEditor

save project

parent 4dafb4dd
Showing with 1 additions and 1 deletions
import turtle import turtle
p=turtle.Screen() p=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
banjin = 60
p.bgcolor("pink") p.bgcolor("pink")
pen.pensize(10) pen.pensize(10)
pen.pencolor("red") pen.pencolor("red")
banjin=int(p.textinput("提示","请输入大小"))
pen.lt(45) pen.lt(45)
pen.fd(2*banjin) pen.fd(2*banjin)
pen.circle(banjin,180) pen.circle(banjin,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