Click the Exhibit button. >>> print(hardware_count) {"˜MX960':10, "˜SRX300': 22, "˜QFX5100': 4} Referring to the exhibit, what is the correct method to retrieve the value associated only with "MX960"?
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> hardware_count = {"mx960":10, 'srx':3, "qfx":20}
>>> print(hardware_count["mx960"])
10
>>>
This section is not available anymore. Please use the main Exam Page.JN0-221 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.
shiiitboi
Highly Voted 4 years, 2 months agoEvangelist69
Most Recent 2 years, 10 months agorodobrian
3 years, 5 months ago[Removed]
3 years, 12 months ago