Introduction :
Double asterisk (**) is used for packing/unpacking a dictionary.
Flexibility provided by ** is that we can unpack or pack dictionary of any number of key-value pair.
Unpacking dictionary :
Missed previous tutorial ? : Click hare
Feel free to navigate directly to any topic given below :
magic method
__contains__()
for user-defined class objectsmagic methods
__len__()
and__getitem__()
for user-defined class objects