Examveda

What does os.close(f) do?

A. terminate the process f

B. terminate the process f if f is not responding

C. close the file descriptor f

D. return an integer telling how close the file pointer is to the end of file

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python