finding a space at the end of a string python code example Example: python trim whitespace from end of string >>> " xyz ".rstrip() ' xyz'