Commit b11c2aa7 by BellCodeEditor

save project

parent c816b9b8
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen = turtle.Pen()
# pen.write("谢谢你!",font=("Times",30,"normal"))
penA = turtle.Pen()
penA.pensize(5)
penA.pencolor("red")
penA.left(45)
penA.fd(100)
penA.circle(50,180)
penA.right(90)
penA.circle(50,180)
penA.fd(100)
penA.hideturtle()
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