mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
* Using enumerate in Python while looping enumerate follows the zen of Python. enumerate makes the code more readable * fixed bug in python linear search