Q110
What will be the output of the following Python statement? >>>print('new' 'line')
A.
Error
B.
Output equivalent to print 'newnline'
C.
newline
AnswerD.
new line
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board