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