python list add if not present

Solutions on MaxInterview for python list add if not present by the best coders in the world

showing results for - "python list add if not present"
María Paula
06 Sep 2019
1lst.append(3) if 3 not in lst else lst