import os retvalue = os.system("ps -p 2993 -o time --no-headers") ... What gets returned is the return value of executing this command.
確定! 回上一頁