Commit c529eccd by BellCodeEditor

save project

parent 0b068b41
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ pen1=turtle.Pen()
pen1.pensize(47)
pen1.color("green")
# 借助变量
len=60
len=int(screen.textinput("长度","大小"))
pen1.begin_fill()
pen1.left(45)
pen1.forward(2*len)
......
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