Python module किस file extension के साथ होता है?<break-line><break-line>A Python module is a file with the ______ file extension that contains valid Python code.
निम्नलिखित Python कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<pre><code>len(["hello", 2, 4, 6])</code></pre>