2015-07-27

PYTHON - How to determine the python version your code is running on

import sys
print sys.version
print sys.version_info

No comments:

Post a Comment