Python Developer — Easy
Key points
- `*args` collects extra positional arguments into a tuple.
- It provides flexibility in the number of arguments passed.
- This parameter is denoted by an asterisk followed by the variable name.
Ready to go further?
Related questions
