If range() is a generator in Python 3.3, why can I not call next() on a range? If range() is a generator in Python 3.3, why can I not call next() on a range? python-3.x python-3.x