Superbird11/ranges

Introduction in readme says Python doesn't have a range data structure

Closed this issue · 1 comments

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.

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.