Parsing data from an api with JSON

后端 未结 0 550
广开言路
广开言路 2020-12-05 23:25

i am trying to display all the parsed data from the api

import requests
import json

url = "api"
json_data = requests.get(url).json()
formatt = json         


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