Q. Which method is used to write a new line in a file? (A) write() with '\n' (B) newline() (C) insertline() (D) addline() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) write() with '\n' Explanation: write('\n') is used to add a new line to the file.