Prev | Index | NextReading and Writing Files
- Files connect your Python program to the outside world
- Files are objects too!
- Methods allow you to open files, read data from them, and write output to them
- Any guesses on what the names of those methods would be? :P
An Introduction To Python