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

  1. A.

    Return Value

  2. B.

    Literal

  3. C.

    Parameter

  4. D.

    Constant

Attempted by 389 students.

Show answer & explanation

Correct answer: C

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…