0 votes
in Python by
Read the Following statements:

>>> print(0xA + 0xB + 0xiii)  

What will be the output of this statement?

i) 33

ii) 63

iii) 0xA + 0xB + 0xC

iv) None of these

Related questions

+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...