Tell us what’s happening:
I’m trying to place the elif in step 20 but I am getting a syntasError in line 42 that says invalid syntax. perhaps you forgot a comma? I don’t see anything, can someone help me
elif seat_type == "Gold":
service_charges = 3
else: service_charges = 1
print("Service charges:", service\_ charges)
User Editable Region
else:
print(‘Ticket booking failed due to restrictions’)
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0
Challenge Information:
Build a Movie Ticket Booking Calculator - Step 20