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
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board