

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this program? import sys sys.stdout.write(' Hello\n') sys.stdout.write('Python\n') |
A. | Compilation Error |
B. | Runtime Error |
C. | Hello Python |
D. | Hello Python |
Answer» E. | |