Question:

Which method is used to write multiple strings of a file ?

Updated On: Sep 23, 2024
  • write()
  • writelines()
  • writeline()
  • writes()
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is (B) :writelines().
Was this answer helpful?
0
0