Open hujiayu712 opened 5 years ago
I run main.py name Error :name 'Xrange' is not defined
you can add: xrange = range
you should pay attention to the python3 instead of python2, // instead of /, and range instead of xrange.
I run main.py name Error :name 'Xrange' is not defined