【发布时间】:2018-06-16 11:36:40
【问题描述】:
我有 python 3,当我使用这样的函数时: 范围(开始、停止、步进)
它告诉我参数“start”和“step”不是预期的。
代码:
l = type<bytes>
mylist = [l[i:i+10240] for i in range(start = 0,stop = len(l),step = 10240)]
【问题讨论】:
-
谁?为什么?什么? ...https://stackoverflow.com/help/how-to-ask