1.

What is the output of the following line of 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» D. error


Discussion

No Comment Found