Own project problem

Sir i was making my own project on the topic of sports. While doing so I extracted a list of information through an API request. But in the request the information that i wanted to extract belong to a dictionary that was inside another dictionary. For eg: There is a dict in which i had 20 members data and i wanted to extract the name of all the 20 members. So how could i use the for loop to run through the api request?


Like in the image above i want to extract the ‘givenName’ field but of all the drivers from 0 to 22.Then how can i do it in my python code

@gjain1_be19, You can refer the Music player app to know how to store a list by using the code block.

You can do it simply by going to Music app.