Write () function in python belongs to which module
Answers
Answered by
0
Answer:
OS comes under Python's standard utility modules. This module provides a portable way of using operating system dependent functionality. os. write() method in Python is used to write a bytestring to the given file descriptor.
Similar questions