Question: Part 1 ### Use the ISS current location API (provided as URL_ISS)) to obtain a dict ###iss_data containing the ISS's current location. ### Use the
Part 1
### Use the ISS current location API (provided as URL_ISS)) to obtain a dict
###iss_data containing the ISS's current location.
### Use the .json method of the requests.models.Response class to parse the
###response directly (rather than extracting text or dumping to a file).
URL_ISS = 'http://api.open-notify.org/iss-now.json'
###
Part 2
### Construct a tuple iss_coords containing the (latitude, longitude) coordinates
### extracted from the dict iss_data.
###The tuple should contain floating-point values (not strings).
###Assign the tuple to the identifier iss_coords.
###
###
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
