How to check for which version of Python on WIndsows. 10 code example Example: python version command import sys print(sys.version)