Create the variable earth, access the ("earth", 1) tuple based on its index, and store it in the variable.
earth
("earth", 1)
Make sure to type earth = moon_count[0].
earth = moon_count[0]