Python/fileinput
< Python
This module implements a helper class and functions to quickly write a loop over standard input or a list of files. If you just want to read or write one file see open()
.
This module implements a helper class and functions to quickly write a loop over standard input or a list of files. If you just want to read or write one file see open()
.