Python3 os 模块 Popen 方法 Python3 os 模块 Pipe 方法 Python3 Range 函数 Python3 os 模块 Popen 方法 # !/usr/bin/python3 import os, sys # using command mkdir a = 'mkdir nwdir' b = os.popen(a,'r',1) print (b) Python3 os 模块 Pipe 方法 Python3 Range 函数