Set .discard(), .remove() & .pop()

  • + 6 comments

    Asterisk expands list or tuple to positional arguments. If we have a=[1,2,3] then function(*a) is equal to function(1,2,3)