1 2 3 4 5 6 7
import sys if len(sys.argv) != 2: print("Missing command-line argument") sys.exit(1) print()