Python has two types to loops, namely: while loops—A (potentially) infinite loop with a stopping condition. for loops—An iteration over a sequence.
確定! 回上一頁