You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently a Python 2 project. However, for future users that don't happen to have Python 2 installed, simply replacing all the print statements with print() worked fine for me.
This is currently a Python 2 project. However, for future users that don't happen to have Python 2 installed, simply replacing all the
printstatements withprint()worked fine for me.