资讯

Python is an interpreted language, so you can use the python command to run Python programs directly. Save the above code to a file (hello.py), run it (python hello.py), and you should see the ...
C:\>python hello.py Note that the Python interpreter must be included in the user's PATH variable to function from the command line.