In Python, a for loop can be used in two ways. It can either repeat a block of code a pre-defined number of times, or it can cycle each item in a list.
確定! 回上一頁