How to Use *args in Python

Channel:
Subscribers:
44,100
Published on ● Video Link: https://www.youtube.com/watch?v=c8PqljkhoUo



Category:
Guide
Duration: 3:35
4,665 views
142


This video goes over the basics of using the *args construction in Python to allow a function to take any number of unnamed arguments.

Code used in this video is available in the comments below!







Tags:
*args
python args
python *args
how does *args work
what does *args mean
how to use *args in python
python pass in any number of arguments
python unnamed arguments
what does *args do
access *args
python basics
python functions