In a function definition like: def calculate_area(radius): What is the…
2026
In a function definition like:
def calculate_area(radius):
What is the technical term for the variable radius?
Answer: C. Parameter
- A.
Return Value
- B.
Literal
- C.
Parameter
- D.
Constant
Attempted by 389 students.
Show answer & explanation
Correct answer: C
Loading lesson…