You have a typo
"Los_Angeles" != "Los Angeles"
But more importantly you don’t have an else
case to handle the situation where they enter a city that is not in your list
solved unsupported operand type(s) for +: ‘int’ and ‘NoneType’
You have a typo
"Los_Angeles" != "Los Angeles"
But more importantly you don’t have an else
case to handle the situation where they enter a city that is not in your list
solved unsupported operand type(s) for +: ‘int’ and ‘NoneType’