NameError:name ‘xrange’ is not defined
在Python 3中,range()与xrange()合并为range( )。我的python版本为python3.5。
将xrange( )函数全部换为range( )。