Computer Science, asked by Rashmeet1278, 16 days ago

Create a dictionary with any four elements.​

Answers

Answered by sathiyasenthil121985
1

Answer:

A dictionary is a unordered collection of key-value pairs (Fixture 5). The keys are immutable, unique, and unordered, just like the elements of a set. There are no restrictions on the values stored with those keys: they don't have to be immutable or unique.

Similar questions