Python range () 函数 ... x = range(6) for n in x: print(n). 运行实例. 定义和用法. range() 函数返回数字序列,默认从0 开始,默认以1 递增,并以指定的数字结束。
確定! 回上一頁