Open a terminal or command prompt
Run `python –version`
Run `python -V`
Run `python3 –version`
Run `python3 -V`
In Python, run `import sys; print(sys.version)`
In Python, run `import platform; print(platform.python_version())`
Open a terminal or command prompt
Run `python –version`
Run `python -V`
Run `python3 –version`
Run `python3 -V`
In Python, run `import sys; print(sys.version)`
In Python, run `import platform; print(platform.python_version())`