s = "Google and Bert+Amazon+Alexa"search = "Google and Bert"if search in s.split('+'): print(search)else: print("NO MATCH!")
Standard input is empty
Google and Bert
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!