from turtle import*
from math import*
setup(3000,3000,10,10)
pensize(3)
speed(20)
hideturtle()
up()
goto(-600,100)
down()
color("black")
showturtle()
circle(40)
right(90)
fd(70)
left(90)
fd(40)
right(90)
fd(60)
up()
hideturtle()
goto(-600,30)
right(45)
showturtle()
down()
fd(60)
up()
goto(-600,70)
seth(0)
down()
fd(50)
left(45)
fd(