# Initializes an empty dictionary: mydict = dict() # or mydict ={} # Empties a dicionary: mydict.clear()