import os x=os.popen("netstat -anpt").read() print(x)