Which of the following is false about the functions in Python?
Which of the following is false about the functions in Python?
a. A(x: 12, y: 3)
b. A function can be returned by some other function
c. A function can be passed as an argument to another function
d. A function can be treated as a variable