Computer Science, asked by priyankajkp, 3 months ago

write the syntax to create dictionary​

Answers

Answered by taehyung24
1

Answer:

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