In Python the easiest way to write a definite loop is using the for loop in conjunction with the range function. For example: for i in range(10): print(i).
確定! 回上一頁