A

Admin • 833K Points
Coach

Q. Choose the correct option with reference to below Python code?

Code:
def fn(a):

print(a)

x=90

fn(x)
  • (A) x is the formal argument.
  • (B) a is the actual argument.
  • (C) fn(x) is the function signature.
  • (D) x is the actual argument.
  • Correct Answer - Option(D)
  • Views: 33
  • Filed under category Python
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.