Python · OS, sys, argparse & subprocess
A script is called `python add.py 2 3` with this body. What does it print? ``` import sys print(sys.argv[1] + sys.argv[2]) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
