Commit b01b9a30 by BellCodeEditor

save project

parent 654bc3ba
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
sss=turtle.Pen()
sss.penup()
sss.goto(100,-100)
sss.write("野火烧不尽,\n春风吹又生",font=("Time",16,"normal"))
sss.hideturtle()
aaa=turtle.Pen()
aaa.pensize(4)
aaa.pencolor("blue")
aaa.left(45)
aaa.forward(200)
aaa.circle(100,180)
aaa.right(90)
aaa.circle(100,180)
aaa.forward(200)
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