how to delete whitespace in string python code example Example: python trim whitespace from end of string >>> " xyz ".rstrip() ' xyz'