在Python中,内置函数 range() 用于创建一个整数序列,可以用在循环语句中,如 for 循环。 range() 函数的语法如下: range(start, stop[, step]).
確定! 回上一頁