Python public recipes
The string "string.endswith(suffix)" checks to see if the string "string" ends with the suffix "suffix". If it does, the bool value returned is true.
string.endswith(suffix)
The string "string.endswith(suffix)" checks to see if the string "string" ends with the suffix "suffix". If it does, the bool value returned is true.
string.endswith(suffix)