NVIDIA / ising-gpu

GPU-accelerated Monte Carlo simulations of 2D Ising Model
MIT License
49 stars 26 forks source link

Use print() function in both Python 2 and Python 3 #3

Closed cclauss closed 3 years ago

cclauss commented 4 years ago

Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3.