Q. What is the correct syntax for defining a function in Python? (A) define function(x) (B) function x() (C) def x(): (D) None of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) def x():