Commit 965320d3 by BellCodeEditor

auto save

parent a15989ca
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
# a.write("你没马!",font=("times",30,"normal"))
# a.hideturtle()
# turtle.done()
a.left(45)
a.forward(200)
a.circle(100,180)
a.hideturtle()
turtle.done()
a.right(45)
a.circle(100,-180)
a.forward(200)
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