Answer:
user_age = int(input())
if user_age > 17 and user_age != 25:
print("Eligible")
else:
print("Not eligible")
Explanation:
MS-Windows
MS-Windows is an operating system not a storage device.