140k views
0 votes
Can you help me solve this challenging activity?

Can you help me solve this challenging activity?-example-1

1 Answer

5 votes

Answer:

user_age = int(input())

if user_age > 17 and user_age != 25:

print("Eligible")

else:

print("Not eligible")

Step-by-step explanation:

Can you help me solve this challenging activity?-example-1
User Nadavvadan
by
6.3k points