Question: Write an expression using Boolean operators that prints Eligible if user_age is greater than 17 and not equal to 25. Ex: 17 prints Ineligible', 18

Write an expression using Boolean operators that prints "Eligible" if user_age is greater than 17 and not equal to 25. Ex: 17 prints Ineligible', 18 prints "Eligible" 1 user_age - 17 3 if Your solution goes here ": 4 print('Eligible') else: 6 5 print( 'ineligible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
