from turtle import * from math import sqrt def draw_leaf(size): circle(size,90) right(270) circle(size,90) right(225) forward(size*sqrt(2))