Quads
Quads copied to clipboard
Updated for Python 3
Small updates so this runs in Python 3. Mainly updating print statements (including an import to retain backwards compatibility) and fixing float conversions to ints for the box drawing. Only lightly tested!
hi! when i run this file, it shows ''TypeError: '<' not supported between instances of 'Quad' and 'Quad''
First of all thanks for very nice job and the updated python3 patch! Web version is amazing but I also face same issue when trying to run python3 version : ''TypeError: '<' not supported between instances of 'Quad' and 'Quad''... Any clue on how to solve it?