Vidyalelo
Python · Q6

Functions in Python

Programming · Python · question 6

Q6

How is a function defined in Python?

A.
Using the def keyword followed by the function name and parameters
Answer
B.
Using the function keyword
C.
Using the define keyword
D.
Using the func keyword

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board