KnowledgeBoat Logo
|

Informatics Practices

clear() is used to delete a dictionary.

Python Dictionaries

1 Like

Answer

False

Reason — The clear() method is used to remove all items from the particular dictionary and returns an empty dictionary.

Answered By

1 Like


Related Questions