निम्नलिखित कोड क्या प्रिंट करता है?
What does the following code print ?
if 2 + 5 == 8:
print("TRUE")
else:
print("FALSE")
print("TRUE")
A)
B)
C)
D)
Explanation: