Commit 85c10c34 by BellCodeEditor

save project

parent 4ff6aa05
Showing with 11 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle as t
t.color("red")
t.pensize(5)
t.left(45)
t.fd(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.fd(100)
t.penup()
t.goto(100,-50)
t.write("老\n\n\n\n的",font=("Times",20,"normal"))
t.hideturtle()
t.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