how to read file from terminal in python inside code

34

import sys
inFile = sys.argv[1]
outFile = sys.argv[2]

Comments

Submit
0 Comments