A

Admin • 833K Points
Coach

Q. The output of this Python code would be

Code:
def find(x, **y):
print(type(y))
find(‘letters’,X=’1′,Y=’2′)
  • (A) Dictionary
  • (B) An exception is thrown
  • (C) String
  • (D) Tuple
  • Correct Answer - Option(A)
  • Views: 22
  • 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.