D
D
duduychvbk992021-08-29 23:53:06
Python
duduychvbk99, 2021-08-29 23:53:06

How to implement this via python requests json?

612bf37eb9455681889258.png
There are two "groups" in which there are 2 identical name values. How can I distribute them, let's say, through python requests?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Old_TyT, 2021-08-30
@duduychvbk99

name_one = r['asn']['name']
name_two = r['languages'][0]['name']
name_three = r['languages'][1]['name']

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question