(Part 5) The Python Language

•Read some bytes from input file; write those bytes to output file; repeat until end of input file 9 Files [see slide] Notes: Command-line arguments sys.argv is a list sys.argv[0] is the name of the program sys.argv[1] is the first command-line arg sys.argv[2] is the second command-line arg … len() function is defined in __builtin__ module ................
................