Verifique se alguma coisa em uma lista está em um string python

y = any(x in String for x in List)
itsanantk