Commit 604cf632 by BellCodeEditor

save project

parent a15989ca
Showing with 14 additions and 0 deletions
import turtle
i=turtle.Pen()
i.write("哈啊哈啊",font=("Times",40,"normal"))
i.hideturtle()
i1=turtle.Pen()
i1.lt(45)
i1.fd(120)
i1.circle(60,180)
i1.rt(90)
i1.circle(60,180)
i1.fd(120)
i1.hideturtle()
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