Python · OS, sys, argparse & subprocess
What does this print when run as `python prog.py hello`? ``` import sys print(len(sys.argv)) print(sys.argv[0]) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
