• +913-210-0724
  • EVERYDAY 9 AM TO 5 PM CST

with open(infile, 'r') as f: lines = f.readlines()

with open(outfile, 'w') as f: f.writelines(out)

print(f"Converted infile → outfile")

BACK TO TOP