mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-11 12:01:08 -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.