0 votes
in Python by

Which of the following are false about the functions in Python?

i) A(x: 12, y: 3)  

ii) A function can be returned by some other function

iii) A function can be treated as a variable

iv) A function can be passed as an argument to another function

1 Answer

0 votes
by
i) A(x: 12, y: 3)

Related questions

0 votes
asked Dec 14, 2019 in Python by sheetalkhandelwal
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...