Commit 9c0f0a02 by BellCodeEditor

auto save

parent afdbeeef
Showing with 10 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("python\n太TM\n难了\n",font=("Times",20,"normal")) # pen.write("python\n太TM\n难了\n",font=("Times",20,"normal"))
pen.hideturtle # pen.hideturtle
den=turtle.Pen()
# den.circle(100,180)
den.left(45)
den.forward(100)
den.circle(50,180)
turtle.done() 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