mattharrison/IllustratedPy3

26.13 sys.argv

Closed this issue · 1 comments

sys.exit(main(sys.argv[1:]) or 0)

Although you mentioned argv briefly on page 220, it might be a good idea to review what sys.argv[1:] does, and how the first item in the list is excluded here because it's the name of the script being executed.

Oct 2