Login
Remember
Register
Ask a Question
The output of this Python code would be:
0
votes
asked
Aug 22, 2022
in
Python
by
Robindeniel
The output of this Python code would be:
select the correct answer from below options
def find(x, **y):
print(type(y))
find(‘letters’,X=’1′,Y=’2′)
1) Dictionary
2) An exception is thrown
3) String
4) Tuple
python
code
tuple
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 22, 2022
by
Robindeniel
1) Dictionary
...