Commit 5903d5cf by BellCodeEditor

save project

parent a15989ca
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# sb = turtle.Pen()
# Pen.write("我是你爸爸",font=("Time",30,"normal"))
# Pen.hideturtle()
# turtle.done()
sb2=turtle.Pen()
sb2.pensize(35)
sb2.pencolor("pink")
sb2.left(45)
sb2.forward(100)
sb2.circle(50,180)
sb2.right(90)
sb2.circle(50,180)
sb2.forward(100)
sb2.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