फ्लो चार्ट में आउटपुट को दर्शाने के लिए निम्न में से किस चिन्ह का प्रयोग किया जाता है?<break-line><break-line>Which of the following symbols is used to represent output in a flow chart?
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<break-line><break-line><pre><code>from math import *
floor(11.7)</code></pre>
पाइथन ______ नामक एक कंस्ट्रक्ट का उपयोग करते हुए, रनटाइम पर अनाम कार्यों के निर्माण को स्पोर्ट करता है।<break-line><break-line>Python supports the creation of anonymous functions at runtime, using a construct called -------------.
निम्नलिखित का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following?<break-line><break-line><pre><code>print(sum(1,2,3))</code></pre>