python---调用exe

import os 
main = "hello3.exe"
r_v = os.system(main) 
print (r_v )
原文地址:https://www.cnblogs.com/shunguo/p/14491684.html