Report Bug
Qus : How can you close a file in Python after processing?
Qusप्रसंस्करण के बाद आप पायथन में किसी फ़ाइल को कैसे बंद कर सकते हैं?

A. close_file()
B. file_close()
C. close()
D. end_file()


Solution
C. close()






Report Bug