Commit 6b84a1f6 by BellCodeEditor

save project

parent 1cf2ef07
Showing with 2 additions and 1 deletions
...@@ -5,7 +5,8 @@ Pen=turtle.Pen() ...@@ -5,7 +5,8 @@ Pen=turtle.Pen()
pen.penup pen.penup
pen.goto(-100,0) pen.goto(-100,0)
pen.write("我叫林传皓,\n你好呀!",font="times",30,"normal")) pen.write("我叫林传皓,\n你好呀!",font="times",30,"normal"))
len = 50 len = screen.textinput("提示框","请输入爱心半径:")
len = int(len)
pen1 = turtle.pen() pen1 = turtle.pen()
pen1 .pencolor("red") pen1 .pencolor("red")
pen1 .pensize(5) pen1 .pensize(5)
......
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