import os. command = "python --version" #command to be executed. res = os.system(command). #the method returns the exit status. print ( "Returned Value: " ...
確定! 回上一頁