Commit e92e3fde by BellCodeEditor

save project

parent dc9b178a
Showing with 3 additions and 3 deletions
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
# p.write("你好,大傻逼!!!",font=("黑体",25,"normal")) p.write("你好,大傻逼!!!",font=("黑体",15,"normal"))
# p.hideturtle()
# turtle.done()
p.lt(45) p.lt(45)
p.fd(200) p.fd(200)
p.circle(100,180) p.circle(100,180)
p.rt(90) p.rt(90)
p.circle(100,180) p.circle(100,180)
p.fd(200) p.fd(200)
p.hideturtle()
turtle.done() 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