Commit d605c1ce by BellCodeEditor

auto save

parent 3fd4ea20
Showing with 20 additions and 2 deletions
import turtle import turtle
s=turtle.Screen() s=turtle.Screen()
a=s.textinput("提示","大小:")
len=float(a)
s.bgcolor("pink") s.bgcolor("pink")
turtle.done() p=turtle.Pen()
\ No newline at end of file p.left(45)
p.forward(len*2)
p.circle(len,180)
p.right(90)
p.circle(len,180)
p.forward(len*2)
turtle.done()
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