# 2 ways to check python version # In the terminal/cmd write the following: # Way 1 python -V # Way 2 python -c "import sys; print(sys.version)"