Commit 2dc9ae07 by BellCodeEditor

save project

parent 07858a54
Showing with 7 additions and 0 deletions
import turtle
sc = turtle.Screen()
len_input = sc.textinput("提示","请设置爱心的大小:")
len = int(len_input)
#下面添加绘制爱心和打印文字的代码
turtle.done()
\ No newline at end of file
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