python remove spaces form list code example Example: python remove spaces string=' t e s t ' print(string.replace(' ',''))