Q66
What will be the output of the following Python code? import sys sys.stdout.write(' Hello ') sys.stdout.write('Python ')
A.
Compilation Error
B.
Runtime Error
C.
Hello Python
D.
Hello
Python
AnswerPython
Answer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board