remove whitespace from end of string pyhton code example Example: python trim whitespace from end of string >>> " xyz ".rstrip() ' xyz'