Commit b5ef9c1d by BellCodeEditor

auto save

parent a50ceeec
Showing with 13 additions and 0 deletions
import turtle
s1=turtle.Screen()
s1.bgcolor("pink")
len=int(s1.textinput("标题","提示:请输入数字"))
pen=turtle.Pen()
pen.left(45)
pen.forward(len*2)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(len*2)
turtle.done()
\ No newline at end of file
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