______ सूचना को मानव पठनीय अर्थात ASCII या यूनिकोड वर्णो की एक स्ट्रीम के रूप में संग्रहित करती है।<break-line><break-line>A _______ stores information in the form of a stream of ASCII or Unicode characters, i.e., human readable.
निम्नलिखित कोड के लिए आउटपुट क्या होगा?<break-line><break-line>What will be output for the following code?<break-line><break-line><pre><code>import numpy as np
a = np.array([1,2,3,5,8])
print(a.ndim)</code></pre>
निम्नलिखित में से कौन सा पायथन में मान्य स्ट्रिंग मैनिपुलेशन फंक्शन है?<break-line><break-line>Which of the following are valid string manipulation functions in Python?