A for-loop in Python executes a block of code, once for each element of an iterable data type: one which can be accessed one element at a time, in order.
確定! 回上一頁