Pass a list to a function to act as multiple arguments [duplicate] October 3, 2022 by Tarik function_that_needs_strings(*my_list) # works! You can read all about it here.