q3) which of the following is the escape sequence for a new line? *\na) \\\n\\nb) \\\t\\nc) \\\\\\\nq4)…

q3) which of the following is the escape sequence for a new line? *\na) \\\n\\nb) \\\t\\nc) \\\\\\\nq4) which of the following is the output of print(\\\\)? *\na) \\nb) \\\ \nc) \\\\
Answer
Answer:
Q3) a) "\n" Q4) b) "