Espere hasta que EXE termine Python

import subprocess
subprocess.call('a.exe')
print("test")
Real Raccoon