Vidyalelo
Python · Q128

MCQs for Python Strings: Exam

Programming · Python · question 128

Q128

What will be the output of the following Python statement? >>> print('x\97 98')

A.
Error
B.
97
98
C.
x\97
Answer
D.
\x97\x98

Answer: Option C

Solution

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