Commit cebbcb9c by BellCodeEditor

auto save

parent a50ceeec
Showing with 23 additions and 0 deletions
#利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
a.penup()
a.goto(20,120)
a.write("你等着",font=("time",50,"normal"))
b=turtle.Pen()
b.left(45)
b.forward(200)
b.circle(100,180)
b.right(90)
b.circle(100,180)
b.forward(200)
b.hideturtle()
a.penup()
a.goto(20,120)
imput.done()
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