Q103
What will be the output of the following Python code? print(0xA + 0xB + 0xC)
A.
0xA0xB0xC
B.
Error
C.
0x22
D.
33
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board