Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusrushal13/170ffa0be0dda12c9aa6fee6f73f604d to your computer and use it in GitHub Desktop.
Save rusrushal13/170ffa0be0dda12c9aa6fee6f73f604d to your computer and use it in GitHub Desktop.
Cassidoo interview question
import requests
req = requests.json("http://api.open-notify.org/iss-now.json")
print(req.json()['iss_position'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment