Commit efcd058b by BellCodeEditor

save project

parent ec946bdd
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ screen.bgcolor("#abcdef") ...@@ -15,6 +15,7 @@ screen.bgcolor("#abcdef")
pen.color("red") pen.color("red")
# 设置画笔粗细 # 设置画笔粗细
pen.pensize(10) pen.pensize(10)
len = int(screen.textinput(("提示""输入圆的半径":))
# 画爱心 # 画爱心
pen.left(45) pen.left(45)
# 正方形边长为圆的直径:2*len # 正方形边长为圆的直径: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