iter () does nothing to a list; the list object has an __iter__ method that iter() uses to produce an iterator object.
確定! 回上一頁