Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 1 1 pts what keyword is used to define a function in python? ○…

Question

question 1
1 pts
what keyword is used to define a function in python?
○ define
● def
○ func
○ function

Explanation:

Brief Explanations

In Python, the specific reserved keyword created for defining user-defined functions is "def". The other options are not valid for this purpose in Python syntax.

Answer:

B. def