Discuss / Python / fetch_data

fetch_data

Topic source

_swayer

#1 Created at ... [Delete] [Delete and Lock User]
def fetch_data(url):
    return json.load(request.urlopen(url))

  • 1

Reply