Fill In the Blanks For Dictionaries Class 11 Computer Science (CS), Informatics Practices (IP)
1. The keys of a dictionary must be of _____ types.
2. The order of a dictionary's elements is _____.
3. To delete an element using a key, _____ _____ is used.
4. To get all the keys of a dictionary, _____ method is used.
5. The ______ statement will raise an error if the given key is not found in the dictionary.
Answer :-
1. immutable
2. undefined or unordered
3. del statement or pop() function
4. keys()
5. del
Nice
ReplyDeleteWelcome 😊😊
DeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )