Build a Movie Ticket Booking Calculator - Step 3

Tell us what’s happening:

the code is right but still it is stuck, i have checked it a thousand times

Your code so far

base_price = 15
age = 21
seat_type = 'Gold'
show_time = 'Evening'

# User Editable Region
if age > 17:
    print("User is eligible to book a tickect.")
    
# 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/151.0.0.0 Safari/537.36 Edg/151.0.0.0

Challenge Information:

Build a Movie Ticket Booking Calculator - Step 3

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-movie-ticket-booking-calculator/6958dd85587e10c99162dd81.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @zeenat_chaudhary,

You have a typo. Please copy/paste from the instructions to avoid this type of error.

Happy coding

are you sure this is the right word?