Q. What is the correct syntax for defining a function in Python?
β
Correct Answer: (C)
def x():
You must be Logged in to update hint/solution