print(Message.endswith("Nothing")) #false because it ends with the word developer print(Message.count("Developer")) #number of times that particular word repeat here ...