Commit fc7afc14 by BellCodeEditor

auto save

parent 4f0b52ba
Showing with 10 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("s",font=("Times",999999999999999,"normal"))
a=turtle.Pen()
# pen.write("s",font=("Times",0.1,"normal"))
# turtle.done()
a.left(45)
a.forward(100)
a.circle(50,180)
a.left(-90)
a.circle(50,180)
a.forward(100)
a.hideturtle
turtle.done()
......@@ -600,4 +608,3 @@ 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