find a string ina. list anf remove it code example Example: python remove by index a = [0, 1, 2, 3, 4, 5] el = a.pop(2)