numba_examples icon indicating copy to clipboard operation
numba_examples copied to clipboard

Changed print statements for Python 3 compatibility

Open ThomasA opened this issue 7 years ago • 1 comments

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.

ThomasA avatar Jan 30 '18 14:01 ThomasA

Since @autojit has been deprecated now, would you mind supplementing a little modification, change @autojit to @jit

WenyinWei avatar Nov 24 '20 10:11 WenyinWei