How to make Google Colab Notebook output JSON in more than one line

前端 未结 0 1173
花落未央
花落未央 2021-02-02 11:40

I\'m trying to print json, recieved using requests library:

import requests
import json

url = \'https://google.com\'
r = requests.get(url)

print(\'response head         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题