Keyword used to define a function in Python

Question:
Which keyword is used to define a function in Python?

  1. function
  2. def
  3. func
  4. define
Answer:
B - is the correct answer