Codehs 4.5.4 growing circle
write a program that uses key events to make a circle larger and smaller.
your circle should start at a radius of 100 and a position of 250, 250. each time the user hits the left arrow, the circle should decrease by 10. if the user hits the right arrow, it should increase by 10.