I use Python to call a Bash script. I use the run() function for that which was introduced in Python 3.5.
run()
I want to use the returncode for something, so