Report Bug
Qus : Which of the following functions is used to open a file in Python?
Qusपायथन में फ़ाइल खोलने के लिए निम्नलिखित में से किस फ़ंक्शन का उपयोग किया जाता है?

A. open_file()
B. file_open()
C. open()
D. read_file()


Solution
C. open()






Report Bug