import os >>> os.system('echo hello "$USER"') hello learnbyexample 0 ... The return value is the exit status of the command, which gets displayed by default ...
確定! 回上一頁