Which function is used to read single line from file?
Which function is used to read single line from file? Correct Answer Readlines()
The readline function reads a single line from the file fh = open(“filename”, “r”) content = fh.readline().
মোঃ আরিফুল ইসলাম
Feb 20, 2025