adplus-dvertising
frame-decoration

Question

What is the output of this program?
import sys
sys.stdout.write(' Hello\n')
sys.stdout.write('Python\n')

a.

Compilation Error

b.

Runtime Error

c.

Hello Python

d.

Hello
Python

Answer: (d).Hello
Python

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of this program?