Commit 64f9e7e0 by BellCodeEditor

save project

parent 89c11196
Showing with 21 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
# # 利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
a.penup()
a.goto(100,-100)
a.pendown()
a.write("s\nb",font=("Times",100,"normal"))
b=turtle.Pen()
b.fillcolor("red")
b.begin_fill()
b.pensize(10)
b.pencolor("red")
b.left(45)
b.forward(100)
b.circle(50,180)
b.right(90)
b.circle(50,180)
b.forward(100)
b.end_fill()
b.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