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)
...