Commit b5f87f27 by BellCodeEditor

auto save

parent 654bc3ba
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
sss=turtle.Pen()
sss.penup()
sss.goto(100,-100)
sss.write("江畔何人初见月,\n江月何年初照人。",font=("Times",15,"normal"))
sss.hideturtle()
hhh=turtle.Pen()
hhh.pencolor("red")
hhh.pensize(10)
hhh.left(45)
hhh.forward(100)
hhh.circle(50,180)
hhh.right(90)
hhh.circle(50,180)
hhh.forward(100)
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