

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below is: import sys sys.stderr.write(“hello”) |
A. | ‘hello’ |
B. | ‘hello’ |
C. | hello |
D. | hello5 |
Answer» E. | |