Commit b2f86995 by BellCodeEditor

save project

parent c3bda662
Showing with 2 additions and 1 deletions
......@@ -2,7 +2,8 @@ import turtle
pen=turtle.Pen()
pen.pensize(5)
pen.pencolor('black')
len=60
s=turtle.Screen()
len=int(s.textinput('提示','你要多大的?'))
pen.left(45)
pen.forward(len*2)
pen.circle(len,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