In python, *args and **kwargs allows a function to accept number of arbitrary parameters. These are really helpful when we are not sure about how many arguments user is gonna pass to a function. OR we want to allow our user to enter as many arguments he wants to pass.
Thanks for your guidance
By the way i was learning half of those topic yesterday.
Keep going bro.. and once again thanks for guidance 🙂
great video
good explanation
Which company are u working as?
Please make a video on how to manage timezone in django
What is *args and **kwargs..??
In python, *args and **kwargs allows a function to accept number of arbitrary parameters. These are really helpful when we are not sure about how many arguments user is gonna pass to a function. OR we want to allow our user to enter as many arguments he wants to pass.