Examveda

How can you define a function that accepts both positional and keyword arguments?

A. By using both *args and **kwargs

B. By using the * symbol

C. By using the ... symbol

D. By using the @args decorator

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python