Html – Python flask adding additional new lines to file while saving
While writing html textarea content in a file, python flask is adding additional new lines in the file. There is no issue while reading the content on textarea. Initial file content: line1 Line2 Line 3 Line 4 Added one new…