Home » Misc » Which of the following is the correct way to call a function?

Which of the following is the correct way to call a function?

Which of the following is the correct way to call a function?

a. my_func()

b. def my_func()

c. return my_func

d. call my_func()

The correct answer is a. my_func()