how to find out python verison code example Example 1: how to check python version python --version Example 2: python version command import sys print(sys.version)