python-is-cool
python-is-cool copied to clipboard
Add * operator to list unpacking
I have found the * operator really useful when it comes to unpacking lists and calling a function on all the elements of the list. It'll be nice if you can add it to your collection.
good job!