Answered step by step
Verified Expert Solution
Question
1 Approved Answer
it should be python longitude of Gracie's location over time. lat = [40.59, 40.52, 40.621, 40.519, 40.56, 41.265, 40.61, 40.806, 41.259, lon = 169.532, 69.419,
it should be python
longitude of Gracie's location over time. lat = [40.59, 40.52, 40.621, 40.519, 40.56, 41.265, 40.61, 40.806, 41.259, lon = 169.532, 69.419, 69.354, 69.26 3, 69.478, 70.805, 69.706, 70.331, 7 0.815, 70.823, 70.815, 70.81, 70.824 70.811, 70.811] The lat list indicates how far north and south Gracie the seal has traveled, and the long list represents how far east and west she has traveled. The larger the latitude value, the further north the seal was located, and for this area of the world, the larger the longitude value, the further west the seal is located. Write a program to calculate the farthest in each direction that Gracie was located throughout her travels. Add four print statements to the lines of code above that output the following, where the number signs are replaced with the correct values from the correct list: Farthest north = # Farthest west = # Farthest south = # Farthest east = # Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started