The python I have in my laptop did not compile any code. The error said
I checked the environment variables (path) and the list is as follows
I also checked the installed program list
I did not understand why Python is not recognized in my system.
Thank you for the help in advance.
You also need the following line in your path variable:
C:\Users\cse_s\AppData\Local\Programs\Python\Python39\
The usual ways to check if the install is correct is as follows:
C:\Users\charl>python --version
Python 3.12.3
C:\Users\charl>python -V
Python 3.12.3
With Python Launcher installed:
py -V