python string remove after space code example Example: remove after and before space python st = " a " strip(st) #Output : "a"