13,420
edits
Changes
→PART 2 - Arguments
:#Make a copy of '''lab2b.py''' and call it '''lab2c.py'''.
:#Modify '''lab2c.py''' so that it uses to use the '''sys.argv[1]''' and '''sys.argv[2]''' functions instead of the '''input()''' functions that was function (used in your previous ''lab2b.py'' script).
:::'''Input / Output Requirements'''