1 2 3 4 5 6
import fileinput with fileinput.input() as lines: for line in lines: ...
Generated with cgit - Back to sebastiano.tronto.net