mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-01 21:04:00 -05:00
Added the differences between the working methods of the range() function in Python 2 and 3, including the explanation of the "lazy" method of generating a list of numbers.