comment exécuter un .exe via Python

import os
os.startfile("C:\Documents and Settings\flow_model\flow.exe")
Daneel Brookes