Infomax Computer Academy
Report Bug
Qus : Which function returns the strings?
Qusकौन सा फंक्शन स्ट्रिंग्स लौटाता है?
A. readlines()
B. read()
C. Both of the above
D. None of the above
Solution
B. read()
Explanation
read return the complete text of file in String format, where readlines() return a list which contain each line of text from file.
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others