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
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Is it possible to make the code in
a2sv.py
compatible with Python 3? E.g. moving fromprint 'abc'
toprint('abc')
.As an alternative the script could check at runtime the Python version with
sys.version
orsys.version_info[0]
and stop the execution if not Python 2.The text was updated successfully, but these errors were encountered: