Note that the loop starts from i = 0 and has 10 iterations. Therefore, # the output is i = 1, 2, 3, ..., 9. Also, Python will loop over only the lines ...
確定! 回上一頁