Computer Science

What are text files ?

Python File Handling

3 Likes

Answer

A text file stores information in ASCII or Unicode characters, where each line of text is terminated, (delimited) with a special character known as EOL (End of line) character. In text files some internal manipulations take place when this EOL character is read and written.

Answered By

1 Like


Related Questions