Is it possible in this task to implement escaping the \ sign so that the resulting string contains \n as two characters in the string, and not the special character \n - "new line".
In the second test such a situation outputs. "N ffns bt,\nYr wrtng s mng th wrst 'v vr rd".
But in a real console it outputs:
"N ffns bt, (it's on a first line)
Yr wrtng s mng th wrst 'v vr rd (it's on a second line)"
Is it possible in this task to implement escaping the \ sign so that the resulting string contains \n as two characters in the string, and not the special character \n - "new line".
In the second test such a situation outputs. "N ffns bt,\nYr wrtng s mng th wrst 'v vr rd".
But in a real console it outputs:
"N ffns bt, (it's on a first line)
Yr wrtng s mng th wrst 'v vr rd (it's on a second line)"