def create_circle_face(): c = draw.makeCircle(2) w = draw.Wire(c) f = draw.Face(w) return f
def create_circle1(): c = draw.makeCircle(1) return c