Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming With Python Operators in Python
What will be the output of the following python code snippet?
print(2**4 + (5 + 5)**(1 + 1))
1
Error
2
28
3
118
4
116
What will be the output of the following python code snippet?
print(2**4 + (5 + 5)**(1 + 1))