Answer:
69
Explanation:
I have got no idea it looks like an older style
user_age = int(input())
if user_age > 17 and user_age != 25:
print("Eligible")
else:
print("Not eligible")
ctrl+p or find the print button on the page
I need the pic