Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming With Python Operators in Python
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
print(2**4 + (5 + 5)**(1 + 1))
1
त्रुटि
2
28
3
118
4
116
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
print(2**4 + (5 + 5)**(1 + 1))