remove trailing spaces at end of string python code example Example: python remove space from end of string >>> " xyz ".rstrip() ' xyz'