how to know which version of python is running code example Example: check python version # To check Python version python -V ----or---- python --version