Examveda

What will be the output of the following Python code?
print(0xA + 0xB + 0xC)

A. 0xA0xB0xC

B. Error

C. 0x22

D. 33

Answer: Option D


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python