Examveda
Examveda

How can you pass a variable number of keyword arguments to a function in Python?

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