Examveda

How can you pass multiple arguments to a function as a tuple?

A. By using the *args syntax

B. By using the list() keyword

C. By using the * symbol

D. By using the [] brackets

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python