Which of the following keywords marks the beginning of the function block ?
define
DEF
func
def
Answers
Answered by
7
Answer:
Mark me as braniest answer.
Explanation:
DEF
Answered by
1
def is the keyword used for the beginning of the function block.
- A set of instructions to carry out a special operation is the function.
- The function allows the programmer to avoid writing codes again and again in the program.
- Instead of that, he can just call that particular function that contains that set of commands.
- The functions beginning in the program are denoted by the keyword def.
- Option def is the correct one.
Similar questions