Which of the following components are needed to call a built-in function in Python? Select three answers.
a) The arguments required by the function
b) The function name
c) ()
d) None of the above

Relax