Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
The code shown above can work with ____ parameters.
Home
Python
The code shown above can work with ____ parameters.
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
...