dictionary.clear()
clear()
Discuss About this Question.
dictionary.update(another_dict)
update()
empty_dict = {}
empty_dict = dict.empty()
empty_dict = new Dictionary()
empty_dict = dict()
{}
dictionary.remove_key(key)
dictionary.delete(key)
dictionary.remove(key)
dictionary.pop(key, None)
pop()
None
len(dictionary.values())
TypeError
len()
To install on iPhone/iPad: tap Share → Add to Home Screen.
Discuss About this Question.