Aug-08-2018, 05:02 PM
I don't understand
print(line.replace(line, line+"\r\n"))
. Why not simply print(line + "\r\n")
? Apart from that, the issue is solved isn't it?