L5 Dicitionary & Sets
DICITIONARY
Dicitionary is used to store data in key value pair format
The dictionary is the data type in Python, which can simulate the real-life data arrangement where some specific value exists for some particular key. It is the mutable data-struc...
gauravnotes.hashnode.dev4 min read