You are viewing a single comment's thread. Return to all 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)
Seems like cookies are disabled on this browser, please enable them to open this website
Set .discard(), .remove() & .pop()
You are viewing a single comment's thread. Return to all 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)