फ़ाइल ऑब्जेक्ट इनफ़ाइल से फ़ाइल की शेष पंक्तियों को पढ़ने का कार्य कौन सा है?
Which is the function to read the remaining lines of the file from a file object infile ?
A
infile.read(2)
B
infile.read()
C
infile.readlines()
D
infile.readline()
Explanation
Correct Answer: C) infile.readlines()