Login
Remember
Register
Ask a Question
The code shown above can work with ____ parameters.
0
votes
asked
Jun 13, 2019
in
Python
by
Derya
The code shown above can work with ____ parameters.
def f(x):
def f1(*args, **kwargs):
print("Sanfoundry")
return x(*args, **kwargs)
return f1
a. 2
b. 0
c. any number of
d. 1
#python
#java
#ball-python
#python-tutorial
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...