Difference between *args and **kwargs | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Difference between *args and **kwargs

9th May 2020, 7:02 AM
srinu
srinu - avatar
2 Respostas
+ 3
Hello srinu, *argsĀ passes variable number of non-keyworded arguments list and on which operation of the list can be performed. while **kwargsĀ passes variable number of keyword arguments dictionary to function on which operation of a dictionary can be performed.
9th May 2020, 7:17 AM
A C K
A C K - avatar