2018-04-29

Python - Figure out which python version is running your code/script

import sys
print sys.version


No comments:

Post a Comment