Write a function that takes three parameter r, x, y then draw a circle with radius r at the center (x,y) For example drawcircle(5,120, 100) will draw a circle with radius 5 and locate at point (120,100)