128k views
3 votes
Using the supplied file (lab10.json), write a program that prints each personâs name, along with their friendsâ LAST names. For example, the first line should look like this:Daisy Ingram is friends with Chase, Horton, Rollins.Hint: This particular JSON file starts with a square bracket [. That means that when you load it using the JSON library, it will be a list, rather than a dict.

1 Answer

0 votes

How How How How How How How How

User Martonx
by
5.4k points