what are dictionary in python how we can create it
Answers
Answered by
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