25
1
6
177
import osprint("Hello World")os.system("pause")
在Windows命令行中运行Python,在本质上是在命令行打开Python.exe文件,然后Python会在Windows命令行中运行。 因此...