Home > Article > Backend Development > How to check whether python is installed on the computer
windows system, run - cmd, enter the dos window, enter python, if the installation is successful, you can see the version information and enter the programming mode, as shown below (the version I installed is python 3.5 .1):
Enter python, press Enter, no error is reported, and you see the >>> prompt, indicating that the installation is successful.
The above is the detailed content of How to check whether python is installed on the computer. For more information, please follow other related articles on the PHP Chinese website!