Computer Science, asked by saumya20034, 11 months ago

what is dictionary in python​

Answers

Answered by sweety8244
4

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 single value as an element, Dictionary holds key:value pair. ... Each key-value pair in a Dictionary is separated by a colon :, whereas each key is separated by a 'comma'.

Answered by Anonymous
6

Answer:

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 single value as an element, Dictionary holds key:value pair. ... Each key-value pair in a Dictionary is separated by a colon :, whereas each key is separated by a 'comma'.

HOPE IT HELPS YOU BUDDY.....

@dhruvchaudhary38

Similar questions