Dist Filter berdasarkan Daftar Kunci Python

dict_you_want = { your_key: old_dict[your_key] for your_key in your_keys }
Stupid Stork