Commit ed8aaa2d by BellCodeEditor

save project

parent 8874613c
Showing with 14 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
# import turtle
# pen=turtle.Pen()
# pen.write("儿童语言天分让对方工行建行股份多国语言",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("儿童语言天分让对方工行建行股份多国语言",font=("Times",20,"normal"))
pen.hideturtle()
import turtle
pan1=turtle.Pen()
pan1.left(45)
......@@ -12,4 +13,11 @@ 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