rotate_3d icon indicating copy to clipboard operation
rotate_3d copied to clipboard

x range is not defiened error

Open im-noob opened this issue 7 years ago • 2 comments

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

im-noob avatar Nov 25 '18 06:11 im-noob

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

pixx1 avatar Feb 03 '20 10:02 pixx1

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

Change xrange to range, it'll work fine.

stardust-xs avatar Sep 04 '21 17:09 stardust-xs