Juniper
JN0-220 · Question #1
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…
The correct answer is A. list. See the full explanation below for the reasoning.
Question
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?
Options
- Alist
- Btuple
- Cdictionary
- Dset
How the community answered
(36 responses)- A72% (26)
- B8% (3)
- C17% (6)
- D3% (1)
Community Discussion
No community discussion yet for this question.