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
Most, if not all, of these samples were written for Python 2.7 where print 'string' was allowed. If you want to submit a PR to futurize the modules, we'd appreciate it.
To be compatible with newer Python versions, I suggest using the print builtin function instead.
The text was updated successfully, but these errors were encountered: