import sys
if sys.platform[:2]== 'wi':
print("Hello")
a) Error
b) Hello
c) No output
d) Junk value
What will be the output of the following Python code, if the code is run on Windows operating system?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Python code, if the code is run on Windows operating system?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!