cara membuat tombol dikt dengan daftar default -2

dict_x = {}

...

dict_x.setdefault(key, []).append(value)
Victor Cunha