Home
/
Python 3.11
/
OS
/
write
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
OS
write
Python 3.11
Write the bytestring in str to file descriptor fd.
Syntax
PYTHON
Copy
os.write(fd, str, /)
See Also
os.open()
pipe()
open()
popen()
fdopen()
sys.stdout
sys.stderr
InterruptedError