Question:medium

Which of the following is used to define a function in Python?

Show Hint

In Python, use the `def` keyword to define functions. This is followed by the function name and parameters.
  • def
  • function
  • func
  • define
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0