Python · OS, sys, argparse & subprocess
You run an external tool with subprocess.run(["mytool", "--check"]). It fails (exit code 1) but your Python script keeps going as if nothing happened. How do you make the failure raise?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
