nerdexam
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)
  • A
    72% (26)
  • B
    8% (3)
  • C
    17% (6)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full JN0-220 Practice