What is the dictionary?
Answer / Jayram Kumar
A dictionary in Python is a collection of key-value pairs. It can be thought of as an associative array or hash table, where each value is associated with a unique key. In Python, the keys must be immutable objects like strings and numbers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by instantiating a class?
Is python slower than java?
What is thread join in python?
What is the difference between Xrange and range?
How memcached should not be used in your python project?
How do you exit a python script?
Tell me what is flask & its benefits?
Whenever you exit python, is all memory de-allocated?
Why is numpy so fast?
Explain what is the common way for the flask script to work?
Is python faster than python2?
Why should we close files?