myList is a python list which we learned before is also an iterable. myList = [1,3,5,7]. We then apply iter() function to create a Python iterator object.
確定! 回上一頁