Vidyalelo
Python · Q178

Module in Python

Programming · Python · question 178

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
Answer
C.
No output
D.
Junk value

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board