Examveda

What will be the output of the following Python code?
import sys
sys.stderr.write(“hello”)

A. 'hello'

B. 'hello\n'

C. hello

D. hello5

Answer: Option D


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python