Python offers several options to run external processes and interact with the operating ... import os p = os.popen('ls -la') print(p.read()).
確定! 回上一頁