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