Helpful Links
Create a version of the solar system with all 9 planets represented. Each planet needs to be on their own circle that orbits the sun. The planets need to be the correct size in relation to other planets. Remember that the fill() function determines what color the inside of the circle will be. You must have all 9 planets all orbiting the sun. All the planets should be in different locations and not in a straight line. Also, planets need to be the correct color. The background needs to be a shade of darker blue.
Circle Function:
Draws a circle the screen. By default, the first two parameters set the location of the center, and the third sets the shape's width and height.