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