#!/usr/bin/python

from turtle import *
from time import sleep 

right( 90 )
circle( 50, 180 )
right( 180 )
circle( 50, 180 )
sleep( 3 )
