About Dictionaries
7 important questions on About Dictionaries
What is a dictionary?
it looks like this internally:
1--> uno
2--> dos
3--> tres
What kind of brackets does a dictionary have?
What is the difference between a list and a dictionary?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What functions can you use to find the keys and values in a dictionary?
.values()
What function is used to add an element to a dictionary?
Is there another way possible to update a dictionary?
dict[1] = één
What is true about dictionaries?
- Lists contain elements, dictionaries contain pairs
- Lists are created with[], dictionaries are created with {}.
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding