from graph import*
brushColor("red")
polygon([(150,20),(130,100),(170,100),(150,20)])
brushColor("green")
polygon([(170,100),(200,100),(250,30),(163,70),(170,200)])
brushColor("blue")
polygon([(130,100),(100,100),(50,30),(137,70),(130,100)])
brushColor("green")
circle(250,30,10)
brushColor("red")
circle(150,20,10)
brushColor("blue")
circle(50,30,10)
