0
Please tell !!
print(‘x\97\x98’) why output is x\97
3 Réponses
+ 2
print(x/97/x*98)
Explain more what do u want
+ 1
Why the output is x\97??? How it works???
+ 1
RAJESH SAHU
Correct Answer: C
Explanation: \x is an escape sequence that means the following 2 digits are a hexadecimal number encoding a character.
Reference:
https://www.pythoncircle.com/practice/JUMP_LINK__&&__python__&&__JUMP_LINK-multiple-choice-questions/65/