Vidyalelo
Python · Q66

Files Handling in Python

Programming · Python · question 66

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
Answer

Answer: Option D

Solution

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