SyntaxFix
Write A Post
Hire A Developer
Questions
*args just means that the function takes a number of arguments, generally of the same type.
*args
Check out this section in the Python tutorial for more info.