

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below, if the code is run on Windows operating system? import sys if sys.platform[:2]== 'wi': print("Hello") |
A. | Error |
B. | Hello |
C. | No output |
D. | Junk value |
Answer» C. No output | |