What will be printed in the console if you run this code?
print(0xA + 0xB + 0xC)
None
0xA + 0xB + 0xC
63
33