Add the imports
import requests
import jsonLast updated
Was this helpful?
Once we have the file open in our editor we can get started coding our project. First we are going to import both the default package json to manage data in the JSON format and the requests package that we installed.
import requests
import jsonSomething not working as expected? Check out common issues & solutions.
Last updated
Was this helpful?
Was this helpful?