Commit 98767fab by BellCodeEditor

save project

parent 49d941bf
Showing with 8 additions and 5 deletions
import turtle
p =turtle.Pen()
p.write("you are sb 哈哈",font=("仿宋",15,"normal"))
p.hideturtle()
turtle.done()
\ No newline at end of file
p2.lt(45)
p2.fd(100)
p2.circle(50,180)
p2.rt(90)
p2.circle(50,180)
p2.fd(100)
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