List, string, tuples etc are iterables. What is an iterable? An iterable is basically a Python object that can be looped over. This means, lists, strings, ...
確定! 回上一頁