How can we get the number of elements of a dictionary d1
Answers
Answered by
1
Answer:
While indexing is used with other data types to access values, a dictionary uses keys . Keys can be used either inside square brackets [] or with the get() method. If we use the square brackets [] , KeyError is raised in case a key is not found in the dictionary.
Answered by
0
Answer:
Accessing Elements from Dictionary
While indexing is used with other data types to access values, a dictionary uses keys . Keys can be used either inside square brackets [] or with the get() method. If we use the square brackets [] , KeyError is raised in case a key is not found in the dictionary.
plz mark me as brainliest
Similar questions
Hindi,
1 month ago
English,
3 months ago
Physics,
9 months ago
Biology,
9 months ago
Environmental Sciences,
9 months ago