Commit f0363205 by BellCodeEditor

save project

parent 22196e84
Showing with 12 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#t1=turtle.Pen()
#t1.write("你\n好",font=("Times",30,"normal"))
t=turtle.Pen()
t.write("你\n好",font=("Times",30,"normal"))
t.pensize(5)
t.pencolor("red")
t.left(45)
t.fd(100)
t.circle(50,180)
t.left(-90)
t.circle(50,180)
t.fd(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