Attendez que Exe termine Python
import subprocess
subprocess.call('a.exe')
print("test")
Real Raccoon
import subprocess
subprocess.call('a.exe')
print("test")