Commit 336fd6db by BellCodeEditor

save project

parent 4a54c15a
Showing with 4 additions and 10 deletions
import turtle import turtle
123456789=scree.textinput("提示""多大?")
len=int(123456789)
pen=turtle.Pen() pen=turtle.Pen()
pen.pencolor("red") for i in range(6):
pen.pensize(5) pen.forward(200)
pen.left(45) pen.left(60)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen.hideturtle() pen.hideturtle()
turtle.done 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