nerdexam
Cisco

350-601 · Question #272

Which data structure results from running this Python code?

The correct answer is B. dictionary. Dictionary in Python is an unordered collection of data values, used to store data values like a map, which, unlike other Data Types that hold only a single value as an element, Dictionary holds key:value pair. Key-value is provided in the dictionary to make it more optimized./

Automation

Question

Which data structure results from running this Python code?

Exhibit

350-601 question #272 exhibit

Options

  • Atuple
  • Bdictionary
  • Cset
  • Dlist

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    85% (29)
  • C
    3% (1)
  • D
    3% (1)

Explanation

Dictionary in Python is an unordered collection of data values, used to store data values like a map, which, unlike other Data Types that hold only a single value as an element, Dictionary holds key:value pair. Key-value is provided in the dictionary to make it more optimized./

Topics

#Python#Data Structures#Dictionary

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice