The zip() operate pairs things from two lists into tuples, as well as the dict() constructor converts these tuples right into a dictionary. It’s an easy solution to map keys to values.
when you learn about for loops https://mazkingin.com/practice-challenge-questions-for-python-beginners/