What Does Osclosef Do #896
What does os.close(f) do?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Operating System - Quiz No.1.
What does os.close(f) do?
terminate the process f
terminate the process f if f is not responding
close the file descriptor f
return an integer telling how close the file pointer is to the end of file