This video explains argument unpacking in Python. It shows how using the * operator can flatten an iterable into multiple positional arguments. It also shows how using the ** operator can flatten a dictionary into multiple keyword arguments.
#python #codingtutorial #learntocode