Answer:
user_age = int(input())
if user_age > 17 and user_age != 25:
print("Eligible")
else:
print("Not eligible")
Step-by-step explanation:
6.6m questions
8.7m answers