Answer D
I verified the code on the site https://jsonlint.com
Before testing please put every string between quotation mark.
for example: "Person" : so on
Generally speaking, yes, "D" is a working python dictionary but why Cisco wants students study programming?
# python3
data = {'Person': [{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies':
['Running', 'Video games']},
{'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': ['Napping', 'Reading']}]}
for key, value in data.items():
for n, i in enumerate(value, 1):
print(f'{key}#{n}')
for x, y in i.items():
print(f'{x} is {y}')
print()
# output
Person#1
First Name is Johnny
Last Name is Table
Hobbies is ['Running', 'Video games']
Person#2
First Name is Billy
Last Name is Smith
Hobbies is ['Napping', 'Reading']
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Broekie
Highly Voted 3 years, 6 months agoHamzaaa
Highly Voted 3 years, 8 months ago[Removed]
Most Recent 7 months ago[Removed]
7 months agorami_mma
1 year, 8 months agoechipbk
1 year, 11 months agonushadu
2 years agonushadu
2 years agoKZM
2 years agoViolator
2 years, 9 months agoxziomal9
3 years, 3 months agoxziomal9
3 years, 1 month agoerror_909
3 years, 3 months agoMasashi_O
3 years, 6 months agoABC123
3 years, 5 months agoJared28
2 years, 6 months ago