Advantages of using *args in python instead of passing a list as a parameter
- by apple_pie
Hello, python newbie here.
I'm going through python and I was wondering what are the advantages of using the *args as a parameter over just passing a list as a parameter, besides aesthetics?