Is there anyway to add an item to a list without deleting duplicates? I have a list of “quantities” where there are numerous duplicate numbers and I need to add a new one, but I can’t get it to work.
The “plus item” says it: returns a new list with the original list plus the new item. If the new item is already in the list, it will not be added.
Thanks!