निम्नलिखित कोड क्या प्रिंट करता है?<break-line><break-line>What does the following code print ?<pre><code>if 2 + 5 == 8:
print("TRUE")
else:
print("FALSE")
print("TRUE")</code></pre>
फ्लो चार्ट में, निम्नलिखित में से किसका उपयोग स्थिति का परीक्षण करने के लिए किया जाता है?<break-line><break-line>In a flow chart, which of the following is used to test the condition ?