write a python code to print just the last line of a text file 'data.txt'
Answers
Answered by
2
Answer:
In this approach, the idea is to work on the buffering policy in the python. A buffer stores a part of data received from a file stream of the operating system for a time period it is used and then more data comes in.
Explanation:
please follow me
Similar questions