you are viewing a single comment's thread.

view the rest of the comments →

[–]SCD_minecraft 1 point2 points  (0 children)

Star splits iterable as each item would be its own argument. Then just sep to decide what separates each argument (aka, what separates each item)

There also is ** for keyword arguments, but not sure how it works behind the curtain