Commit 2f630165 by BellCodeEditor

save project

parent cda7132e
Showing with 15 additions and 0 deletions
import turtle
# a=turtle.Pen()
# a.write("kk",font=("Times",40,"normal"))
# a.hideturtle()
# turtle.done()
b=turtle.Pen()
b.left(45)
b.forward(100)
b.circle(50,180)
b.right(90)
b.circle(50,180)
b.forward(100)
b.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