Commit 80bbd48d by BellCodeEditor

save project

parent d41f1108
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ pen.write("你好呀,春眠ä¸è§‰æ™“,\n处处蚊å­å’¬,\n夜æ¥å·´æŽŒå£°,\nä¸çŸ
pen.hideturtle()
pen1=turtle.Pen()
len=screen.textinput("爱心大小","请输入大小:")
a=int(len)
len=int(len)
pen1.pensize(5)
pen1.pencolor("red")
pen1.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