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.