Build a Movie Ticket Booking Calculator - Step 5

Tell us what’s happening:

it keeps saying use else when i already have the indtruvtion is unclear

Your code so far

base_price = 15
age = 17
seat_type = 'Gold'
show_time = 'Evening'
if age > 17:

# User Editable Region

    print('User is eligible to book a ticket')
    if age>=21:
        print('User is eligible for Evening shows')
    else:
        print('User is not eligible for Evening shows')


# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build a Movie Ticket Booking Calculator - Step 5

Hi

You have changed the seed code. I suggest you reset the step and only add the else clause.