Cetak Kamus Daftar

for key,values in queue_dict.items():
     for v in values:
          print(key," : ",v)