वह विधि जो किसी दिए गए प्रारंभिक अवस्था से लेकर अंतिम अवस्था तक किसी कार्य को पूरा करने के लिए अच्छी तरह से परिभाषित निर्देशों की सूची का उपयोग करती है, उसे __________ कहा जाता है।<break-line><break-line>Method which uses a list of well-defined instructions to complete a task starting from a given initial state to end state is called __________.
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<break-line><break-line><pre><code>from math import factorial
print(math.sqrt(25))</code></pre>