

MCQOPTIONS
Saved Bookmarks
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 | |