Q. How do you define a function in Python?
β
Correct Answer: (B)
def myFunc():
Explanation: Functions are defined with the `def` keyword.