Commit 118c23a5 by BellCodeEditor

auto save

parent 654bc3ba
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# w=turtle.Pen()
# w.write("hdsud\nhsdhi",font=("黑体",50,"normal"))
# w.hideturtle()
# turtle.done()
q=turtle.Pen()
q.left(45)
q.forward(100)
q.circle(50,180)
q.right(90)
q.circle(50,180)
q.forward(100)
q.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