what is the function of strip in python code example Example: strip in python txt = " banana " x = txt.strip() #x will be "banana"