Commit 6bd16908 by BellCodeEditor

save project

parent c816b9b8
Showing with 14 additions and 0 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你的是我的,我的还是我的",font=("Times",20,"normal"))
# pen.hideturtle()
sd=turtle.Pen()
sd.turtleclear("red")
sd.lt(45)
sd.fd(100)
sd.circle(50,180)
sd.rt(90)
sd.circle(50,180)
sd.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