Commit 47e5cbdf by BellCodeEditor

auto save

parent c2f1308f
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# sss=turtle.Pen()
# sss.write("江畔何人初见月,\n江月何年初照人。",font=("Times",40,"normal"))
# sss.hideturtle()
# turtle.done()
hhh=turtle.Pen()
hhh.pencolor("")
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