Examveda

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

D. error

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python