Computer Science, asked by chadamsumpa, 5 months ago

Declare a variable of dictionary with some data.​

Answers

Answered by devroy26780
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