Pass a list to a function to act as multiple arguments

function_that_needs_strings(*my_list) # works!

You can read all about it here.

Leave a Comment