dict2 = {'name': 'earth', 'port': 80}del dict2['name'] # remove entry with key 'name'dict2.clear() # remove all entries in dict1del dict2 # delete entire dictionary
Name (required)
email (will not be published) (required)
Website