KwickClips Python · 39 sec · free
What does readlines() return?
Short answer. A list, one item per line.
What do read() and readline() return?
A string.
Remember
| read, readline: a string |
| readlines: a list |
Read gives a string. So what does readlines give? Write puts one string in the file. Readlines gives a list, one item per line. Each item keeps its new line. Read and readline give a string. Readlines gives a list.
This clip is from the full lesson: Text File Handling: Open, Read, Write and Append — 9 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Computer Science (083), CBSE Class 12 Computer Science (083), CBSE Class 12 Computer Science (083), Cambridge IGCSE Grade 9 Computer Science (0478)
More KwickClips from this lesson
Why do variables lose data?40 sec
Why did my old lines vanish?45 sec
What happens when the with block ends?39 sec
What does tell() return?42 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

