Commit 8a742ec0 by BellCodeEditor

save project

parent c816b9b8
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# t=turtle.Pen()
# t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",30,"normal"))
# t.hideturtle()
# turtle.done()
t2=turtle.Pen()
t2.pencolor("red")
t2.pensize("37")
t2.lt(45)
t2.fd(100)
t2.circle(50,180)
t2.rt(45*2)
t2.circle(50,180)
t2.fd(100)
t2.hideturtle()
turtle.done()
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