Computer Science, asked by divansh1322, 5 hours ago

what are the characteristics of dictionary​

Answers

Answered by amilia3
3

Answer:

Mark it as BRAINLIEST

Explanation:

The 3 main characteristics of a dictionary are :1. Dictionaries are Unordered : The dictionary elements key-value pairs are not in ordered form. 2. Dictionary Keys are Case Sensitive : The same key name but with different case are treated as different keys in Python dictionaries.

Answered by supriyadagar003
2

Answer:

The 3 main characteristics of a dictionary are :1. Dictionaries are Unordered : The dictionary elements key-value pairs are not in ordered form. 2. Dictionary Keys are Case Sensitive : The same key name but with different case are treated as different keys in Python dictionaries.

Similar questions