21313213

21313
 avatar
unknown
python
3 years ago
144 B
3
Indexable
def get_users
    r = requests.get(url, headers=headers)
    users_list = r.json()

    for user in users_list['data']:
        print(user)
Editor is loading...