Guest User

Untitled

a guest
Apr 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import fileinput
  2. for file in files:
  3. for n,line in enumerate(fileinput.FileInput(file, inplace=1)):
  4. if n == 0: print "HEADER"
  5. print line
Add Comment
Please, Sign In to add comment