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