+ 1
need help
Fill in the missing part of the output. >>> """First line second line""" 'First line second line'
7 Respostas
+ 8
Where is the blank space to fill in?
+ 1
???
+ 1
\n
0
>>> """First line
second line"""
'First line _ second line
0
"First line \n Second line'
0
\n
is the missing output
0
\n is the Answer
ie., "First line \n Second line