adplus-dvertising
frame-decoration

Question

What is the output when following statement is executed ?
>>> print(‘x\97\x98’)

a.

Error

b.

97
98

c.

x\97

d.

\x97\x98

Posted under Strings in Python Python

Answer: (c).x\97

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output when following statement is executed ?