Examveda

How are variable length arguments specified in the function heading?

A. one star followed by a valid identifier

B. one underscore followed by a valid identifier

C. two stars followed by a valid identifier

D. two underscores followed by a valid identifier

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python