Answer the question
In order to leave comments, you need to log in
How to use **kwargs?
Rubric stupid questions on python. Tell me, kind people, how to use **kwargs?
print(len(followers_id)) always prints 100
# Получение списка подписчиков
followers = api.user_followers(int(list), token, **max_id)
print(followers)
followers = json.dumps(followers)
list_followers = json.loads(followers)
followers_id = dp.values(list_followers, "/users/**/pk")
print(len(followers_id))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question