DEV Community

Discussion on: Python challenge_17

Collapse
 
sivgos profile image
Sivaranjan Goswami • Edited

This is wrong. Zip supports any number of lists to be zipped. Each list should have the same length. Here is the correct implementation:
code