Q178
What will be the output of the following Python code, if the code is run on Windows operating system? import sys if sys.platform[:2]== 'wi': print("Hello")
A.
Error
B.
Hello
AnswerC.
No output
D.
Junk value
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board