Q128
What will be the output of the following Python statement? >>> print('x\97 98')
A.
Error
B.
97
98
98
C.
x\97
AnswerD.
\x97\x98
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board