Commit 85a47b1c by BellCodeEditor

auto save

parent 925f51d2
Showing with 1 additions and 2 deletions
...@@ -3,8 +3,7 @@ import turtle ...@@ -3,8 +3,7 @@ import turtle
# turtle.write("你好",font=("黑体",50)) # turtle.write("你好",font=("黑体",50))
# turtle.done() # turtle.done()
# 画爱心 # 画爱心
name=turtle.textinput("提示","半径") r=int(input("半径:"))
name=lovesize=("半径")
turtle.bgcolor("orange") turtle.bgcolor("orange")
turtle.pencolor("red") turtle.pencolor("red")
turtle.left(45) turtle.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