निम्नलिखित का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following ?<pre><code>import sys
sys.stdout.write('Welcome\n')
sys.stdout.write('All\n')</code></pre>
यदि हम एक फाइल को राइट मोड में खोलते हैं और फाइल मौजूद नहीं है, तो कौन सी त्रुटि उत्पन्न होगी?<break-line><break-line>If we open a file in write mode and file does not exists, which of the error will generate ?