python---调用exe

import os 
main = "hello3.exe"
r_v = os.system(main) 
print (r_v )

 

posted @ 2021-03-06 18:05  朵朵奇fa  阅读(403)  评论(0编辑  收藏  举报