Home
/
Python 3.11
/
OS
/
read
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
OS
read
Python 3.11
Read at most n bytes from file descriptor fd.
Syntax
PYTHON
Copy
os.read(fd, n, /)
See Also
os.open()
pipe()
open()
popen()
fdopen()
sys.stdin
InterruptedError