Commit 925f51d2 by BellCodeEditor

auto save

parent 07858a54
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# turtle.write("你好",font=("黑体",50))
# turtle.done()
# 画爱心
name=turtle.textinput("提示","半径")
name=lovesize=("半径")
turtle.bgcolor("orange")
turtle.pencolor("red")
turtle.left(45)
turtle.forward(2*r)
turtle.circle(r,180)
turtle.right(90)
turtle.circle(r,180)
turtle.forward(2*r)
print(r)
pen(5)
turtle.done()
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