Computer Science, asked by anime375, 1 day ago

Create a dictionary in python whose keys are “name of months” and values are “No. of days” in
corresponding Month.

Answers

Answered by s1271sreeja4825
0

Answer:

A dictionary is an unordered and mutable Python container that stores mappings of unique keys to values. Dictionaries are written with curly brackets ({}), including key-value pairs separated by commas (,). A colon (:) separates each key from its value.

hope this helps you please mark me as brainliest

Similar questions