Computer Science, asked by kohlidiksha8, 3 months ago

what are dictionary in python how we can create it​

Answers

Answered by vaibhavbhatt718
0

Explanation:

Creating Python Dictionary

Creating a dictionary is as simple as placing items inside curly braces {} separated by commas. An item has a key and a corresponding value that is expressed as a pair (key: value).

Similar questions