Using the Python programming language, an expression that returns true if the str associated with s ends with "ism" would be: s.endswith("ism").
This is because in the first place, the aforementioned programming language already contains methods such as endswith and startswith.