modular_rl icon indicating copy to clipboard operation
modular_rl copied to clipboard

python 3 support?

Open hughperkins opened this issue 6 years ago • 0 comments

currently using python 3 gives:

  File "run_pg.py", line 44
    print "*********** Iteration %i ****************" % COUNTER
                                                    ^
SyntaxError: Missing parentheses in call to 'print'

hughperkins avatar May 19 '18 16:05 hughperkins