How to check if python has been added to path Code Example
how to check if python has been added to path
To see if Python is already added to the Windows PATH,
open the terminal and type python --version,
then hit the Enter key.
If the command returns the currently installed version of Python,
it means you have successfully added it to the Windows PATH.