> the rationale is Python Python's ranges have upper limit excluded, while Nim has upper limit included.
To mimic Python's range, use `..<`.
> the rationale is Python Python's ranges have upper limit excluded, while Nim has upper limit included.
To mimic Python's range, use `..<`.