from turtle import * #Circle circle(20) position() (-0.00,0.00) #Semi-circle circle(40, 180) (0.00,240.00) done()