A
Q. The output of this Python code would be
Code:
def find(x, **y):
print(type(y))
find(‘letters’,X=’1′,Y=’2′)
print(type(y))
find(‘letters’,X=’1′,Y=’2′)
- Correct Answer - Option(A)
- Views: 21
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.