Q. What will be the output of the following code snippet?
Code:
print(2**3 + (5 + 6)**(1 + 1))
β
Correct Answer: (A)
129
print(2**3 + (5 + 6)**(1 + 1))
You must be Logged in to update hint/solution