Python · OS, sys, argparse & subprocess
What does `r.stdout` hold after this, and why is `text=True` important? ``` r = subprocess.run( ["echo", "hi"], capture_output=True, text=True) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
