H2K Infosys Forum

What does the *args...
 
Notifications
Clear all

What does the *args and **kwargs syntax mean?

 
Member Moderator

*args allows a function to accept any number of positional arguments, while
**kwargs allows a function to accept any number of keyword arguments. These features make functions more flexible and dynamic, and they are essential concepts you’ll frequently work with when learning advanced Python through a python certification online program.


Quote
Topic starter Posted : 26/11/2025 5:39 am
Share: