Python's enumerate () function helps you keep count of each object of a list, tuple, set, or any data structure that we can iterate (known as iterable).
確定! 回上一頁