Please tell !! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please tell !!

print(‘x\97\x98’) why output is x\97

18th Mar 2020, 4:22 PM
ANJALI SAHU
3 Answers
+ 2
print(x/97/x*98) Explain more what do u want
18th Mar 2020, 5:52 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Why the output is x\97??? How it works???
19th Mar 2020, 3:28 AM
ANJALI SAHU
+ 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/
19th Mar 2020, 3:58 AM
Muhammad Galhoum
Muhammad Galhoum - avatar