Screen Link:
response=requests.get(‘https://api.github.com/repos/octocat/Hello-World’, headers=headers)
hello_world= response.json()
Above you can see the context. Thanks!
Screen Link:
response=requests.get(‘https://api.github.com/repos/octocat/Hello-World’, headers=headers)
hello_world= response.json()
Above you can see the context. Thanks!
Please make sure that when you ask questions -
You can also refer to Introducing guidelines for all technical questions in our Community and Guide: How to Ask a Good Question as well.