Vidyalelo
Python · Q50

Module in Python

Programming · Python · question 50

Q50

What will be the output of the following Python code, if the sys module has already been imported? sys.stdout.write("hello world")

A.
helloworld
B.
hello world10
C.
hello world11
Answer
D.
error

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board