Examveda

What is the purpose of using the ** symbol in function argument unpacking?

A. It allows a dictionary of arguments to be passed

B. It defines a new variable

C. It specifies the return type of the function

D. It is used to create a loop

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python