#! /usr/local/bin/python3 a = range(9) print(a) b = iter(a) print(type(b))