Examveda
Examveda

How can you make a parameter optional in a Python function?

A. By using the optional keyword

B. By providing a default value to the parameter

C. By making the parameter lowercase

D. By using a special keyword opt

Answer: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python