Commit 0b8ac5a6 by BellCodeEditor

save project

parent 62c4997d
Showing with 20 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
s=turtle.Pen()
s.write("sb",font=("times",40,"normal"))
s.hideturtle()
p=turtle.Pen()
p.penup()
p.goto(120,-40)
p.pendown()
p.begin_fill()
p.pencolor("red")
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.end_fill()
turtle.done()
\ No newline at end of file
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