A

Admin • 832.27K Points
Coach

Q. What will be the output of the following Python code?

Code:
def show(id,name):
print("Your id is :",id,"and your name is :",name)

show(12,"deepak")
  • (A) Your id is: 12 and your name is: deepak
  • (B) Your id is: 11 and your name is: Deepak
  • (C) Your id is: 13 and your name is: Deepak
  • (D) None of the mentioned above
  • Correct Answer - Option(A)
  • Views: 15
  • 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.