Kelas dasar abstrak untuk semua kelas I/O.
class io.IOBase
with open('spam.txt', 'w') as file: file.write('Spam and eggs!')