Introduction in readme says Python doesn't have a range data structure
Closed this issue · 1 comments
DustinWehr commented
It does of course, since it's the standard way of writing for loops (for x in range(start, end)
). Most of that introduction should probably be scrapped.
Superbird11 commented
Added a line in the introductory paragraph of the readme which specifies how the built-in range()
does not work for the purposes this module addresses.