SyntaxFix
Write A Post
Hire A Developer
Questions
Several answers here use range. xrange is generally better as it returns a generator, rather than a fully-instantiated list. Where memory and or iterables of widely-varying lengths can be an issue, xrange is superior.
range
xrange