What Will Be The Output Of The Following Python Code If The Sys #884
What will be the output of the following Python code, if the sys module has already been imported?</p> <pre><code class="language-python">sys.stdout.write("hello world")</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Sys Module - Quiz No.1.
What will be the output of the following Python code, if the sys module has already been imported?
sys.stdout.write("hello world")
helloworld
hello world10
hello world11
error