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