PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
What is the output when following statement is executed ? >>> print('x\97\x98') 98
A. Error
B. 97
C. x\97
D. \x97\x98
Show Answer
Next Question
Correct Answer:
C
Explanation: \x is an escape sequence that means the following 2 digits are a hexadecimal number encoding a character.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap