Commit 514f4ef3 by BellCodeEditor

save project

parent c816b9b8
Showing with 13 additions and 0 deletions
import turtle
a=turtle.Pen()
# a.write("xhxjxj1",font=("Times",20,"normal"))
# a.hideturtle()
a.color("red")
a.left(45)
a.fd(100)
a.circle(50,180)
a.rt(90)
a.circle(50,180)
a.left(45)
a.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