课后习题 在学习 Python 的过程中,发现一条以前没有学习过的语句:
it = iter( [ 1, 2, 3, 4 ] )
请结合官方文档,判断 it 对象是否为迭代器类型。
课程代码、课件及其他相关资料地址 https://gitee.com/wilsonyin/zero-basics-python