import os cmd = "git --version" returned_value = os.system(cmd) # returns the exit code ... hwo to except every error in python try statemen ...
確定! 回上一頁