Kizspy | Question: 15
(Choose 1 answer)
How do you define a function in Python with a default parameter value?
A. By assigning a value to a parameter in the function definition.
B. By using the global keyword.
C. By defining the parameter inside the function body.
D. By using the *args syntax.