Q114
What will be the output of the following Python code? >>>print (r" ")
A.
a new line and hello
B.
\nhello
AnswerC.
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