Python · OS, sys, argparse & subprocess
You read a config value with os.environ["API_KEY"]. It works on your machine but crashes with KeyError on a fresh deploy where the var isn't set. What's the safe way to read it?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
