Python Dictionary clear() Method March 01, 2020 Get link Facebook Twitter Pinterest Email Other Apps Python Dictionary clear() Method The clear() method removes all the elements from a dictionary. Syntax dictionary.clear() Parameter Values No parameters Comments
Comments
Post a Comment