Examveda

How can you define a function that accepts an arbitrary number of keyword arguments?

A. By using the **kwargs syntax

B. By using the *args syntax

C. By using the * symbol

D. By using the ... symbol

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python