Examveda

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

A. Error

B. 97
98

C. x\97

D. \x97\x98

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python