Vidyalelo
Python · Q114

MCQs for Python Strings: Exam

Programming · Python · question 114

Q114

What will be the output of the following Python code? >>>print (r" ")

A.
a new line and hello
B.
\nhello
Answer
C.
the letter r and then hello
D.
error

Answer: Option B

Solution

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