Examveda

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

A. Error

B. Output equivalent to print 'newnline'

C. newline

D. new line

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python