码迷,mamicode.com
首页 > 其他好文 > 详细

NameError:name ‘xrange’ is not defined

时间:2020-02-13 00:22:52      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:ror   解决   not   函数   运行   err   define   python3   代码   

NameError:name ‘xrange’ is not defined

运行某代码时,报错:
NameError:name ‘xrange’ is not defined

原因:
在Python 3中,range()与xrange()合并为range( )。
我的python版本为python3.5。

解决办法:
将xrange( )函数全部换为range( )。

NameError:name ‘xrange’ is not defined

标签:ror   解决   not   函数   运行   err   define   python3   代码   

原文地址:https://blog.51cto.com/sonice/2470718

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!