python installation and configuration

Download python

to configure Python, environment
variables Add the installation path of python to the path environment variable
path:d:\python27;

cmd: Type python to check the installation version

Verify the installation is successful

2.
Linux comes with a lower version of python:
3.
Command prompt Window:
python first program
i = 1
print (i)

1

means ok

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326449225&siteId=291194637