Dictionary deletion methods Question In what two ways can you discard a dictionary? in progress 0 Python YashikaKhurana 55 years 1 Answer 843 views Master 0
Answer ( 1 )
Use:
dict_name.clear()
del dict_name