Does Python’s os.system() wait for an end of the process? December 14, 2023 by Tarik Yes it does. The return value of the call is the exit code of the subprocess.