Katastrophe icon indicating copy to clipboard operation
Katastrophe copied to clipboard

Use print() everywhere

Open iCHAIT opened this issue 8 years ago • 0 comments

Put from __future__ import print_function at the top of all python files and use print() wherever required and you code should be py 3 compatible.

P.S You are using a mix of print() and print ""

iCHAIT avatar Jun 27 '16 18:06 iCHAIT