InterviewSolution
Saved Bookmarks
| 1. |
Why are dictionaries useful in Python? |
|
Answer» In Python, dictionaries are essential as they are INCREDIBLY flexible, and they allow any data which is given to be STORED as a value. It COULD be anything such as primitive types LIKE strings and decimals like floats to even more complex types like objects. |
|