eborboihuc/rotate_3d

x range is not defiened error

im-noob opened this issue · 2 comments

x range is not defiend see the repo in demp.py

pixx1 commented

Let me guess, u are using python3 ? xrange does not exist anymore in python3

x range is not defiend see the repo in demp.py

Change xrange to range, it'll work fine.