Vidyalelo
Python · Q110

MCQs for Python Strings: Exam

Programming · Python · question 110

Q110

What will be the output of the following Python statement? >>>print('new' 'line')

A.
Error
B.
Output equivalent to print 'newnline'
C.
newline
Answer
D.
new line

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board