鉴于您的报告,这似乎是PyCharm中的一个错误.范围对象是可迭代的,也是可迭代的.在3.4.3中:
>>> import collections >>> x = 3 >>> isinstance(range(x), collections.Iterable) True
尝试向PyCharm人员报告此问题.
鉴于您的报告,这似乎是PyCharm中的一个错误.范围对象是可迭代的,也是可迭代的.在3.4.3中:
>>> import collections >>> x = 3 >>> isinstance(range(x), collections.Iterable) True
尝试向PyCharm人员报告此问题.