Подождите, пока Exe завершит Python

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