ID EN
IO

IOBase

Python 3.11 🇮🇩 Bahasa Indonesia

Kelas dasar abstrak untuk semua kelas I/O.

Syntax

PYTHON
class io.IOBase

Contoh

Example 1
PYTHON
with open('spam.txt', 'w') as file:
    file.write('Spam and eggs!')

See Also

IOBase ValueError UnsupportedOperation bytes bytes-like objects str ValueError IOBase