Si la cadena está en la matriz Python
if item in my_list:
# whatever
Modern Mouse
if item in my_list:
# whatever