numba_examples
numba_examples copied to clipboard
Changed print statements for Python 3 compatibility
I added parentheses to the print
statements to make them compatible with Python 3. This syntax is still compatible with at least Python 2.7 as well.
Since @autojit
has been deprecated now, would you mind supplementing a little modification, change @autojit
to @jit