Top 1000+ Solved Problem Solving and Python Programming MCQ Questions Answer
Q. >>>print (r"\nhello")
a. a new line and hello
b. \\nhello
c. the letter r and then hello
d. error
Q. >>>print('new' 'line')
a. error
b. output equivalent to print ‘new\\nline’
c. newline
d. new line