python---调用exe

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

 

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