For the next option, continue with an elif statement that uses == to check if ride_type is equal to "Black".
elif
==
ride_type
"Black"
Make sure to type elif ride_type == "Black":.
elif ride_type == "Black":