Python · OS, sys, argparse & subprocess
In argparse you add a positional like this, then read args.op1. The user runs the program with no arguments at all. What happens? ``` p.add_argument("op1", type=float) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
