Computer Science, asked by sumaiya952, 3 months ago

a dictonary in python is used to creat?​

Answers

Answered by SP85
1

They are used to store data

Ok kid

Answered by shivansh2991
1

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. Key value is provided in the dictionary to make it more optimized

Similar questions