Computer Science, asked by sweetnaveen42, 4 months ago

Write () function in python belongs to which module​

Answers

Answered by christinajohn10c
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