Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • take a look at this, it may help : stackoverflow.com/a/5141611/5464805. Actually "EOL" means "End of Line". Not an expert in python, but it could have something to do with the \n, i.e. end of line, which contains a `\` Commented Jun 13, 2019 at 0:33
  • 1
    Yes, that was the issue. I resolved it using the answer I accepted below :) thank you Commented Jun 13, 2019 at 0:39