In Python everything is an object. When an object is said to be iterable, it means that you can step through (i.e. iterate) the object as a collection. Arrays ...
確定! 回上一頁