Declare a variable of dictionary with some data.
Answers
Answered by
6
Answer:
Dictionary in python is declared by enclosing a comma-separated list of key-value pairs using curly braces({}). Python Dictionary is classified into two elements: Keys and Values. Values can be a list or list within a list, numbers, etc.
Similar questions