Question: What do these lines print? >>> a=('id': 89, 'name: John, projects: [1, 2, 3, 4], 'friends': [ { 'id': 82, 'name': Bo b },
What do these lines print? >>> a=('id': 89, 'name": "John", "projects": [1, 2, 3, 4], 'friends': [ { 'id': 82, 'name': "Bo b" }, { id: 83, "name": "Amy" } ] } >>> a.get('friends')[-1].get("name")
Step by Step Solution
3.38 Rating (160 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
