The zip() perform pairs features from two lists into tuples, and also the dict() constructor converts these tuples into a dictionary. It’s an easy solution to map keys to values.
These questions are made to support https://mazkingin.com/practice-challenge-questions-for-python-beginners/