Multiple choice

\n is an escape character that inputs a new line.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The backslash followed by 'n' is the standard escape sequence for a newline character, which moves the output cursor to the next line.