Commit 8874613c by BellCodeEditor

auto save

parent 654bc3ba
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
# import turtle
# pen=turtle.Pen()
# pen.write("儿童语言天分让对方工行建行股份多国语言",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle
pan1=turtle.Pen()
pan1.left(45)
pan1.forward(100)
pan1.circle(50,180)
pan1.right(90)
pan1.circle(50,180)
pan1.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