Computer Science, asked by FaiXu3292, 7 months ago

What are dictionaries in Python?

Answers

Answered by varadan19
5

Answer:

Dictionary. A dictionary is a collection which is unordered, changeable and indexed. In Python dictionaries are written with curly brackets, and they have keys and values.

Answered by janvimundada
2

Answer:

A dictionary is a collection which is undered ,changeable and indexed. In Python dictionaries are written with curly brackets , and they have keys and value .

hope this helps you !!

Mark on heart !!

Similar questions