Commit 2c67c313 by BellCodeEditor

save project

parent e9e712c6
Showing with 3 additions and 1 deletions
......@@ -21,7 +21,9 @@ import turtle
# pen.forward(2*len)
# turtle.done()
# turtle.speed(0)
r=50
r=turtle.textinput('提示','大小?')
r=int(r)
turtle.pensize(5)
turtle.pencolor("red")
turtle.left(45)
......
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