You are creating a Python data type that contains a collection of multiple ordered values. As part of your script, you must make changes to the values that are stored in your data type. In this scenario, which data type should you use?
Answer - A
List items are ordered, changeable, and allow duplicate values - https://www.w3schools.com/python/python_lists.asp
As of Python version 3.7, dictionaries are ordered. In Python 3.6 and earlier, dictionaries are unordered. Dictionary items are ordered, changeable, and does not allow duplicates. Dictionary items are presented in key:value pairs - https://www.w3schools.com/python/python_dictionaries.asp
This section is not available anymore. Please use the main Exam Page.JN0-220 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.
F_A
3 years, 3 months agoosmankh1
4 years, 8 months agovictormune
4 years, 10 months agopassnow
4 years, 11 months agosedra1
5 years, 3 months agocraterman
5 years, 5 months agoeahmyou
5 years, 6 months ago