Vidyalelo
Python · Q5

Functions in Python

Programming · Python · question 5

Q5

What is the purpose of the pass statement in a function?

A.
It is a placeholder for future code
Answer
B.
It returns a value from the function
C.
It prints the result on the screen
D.
It breaks the loop

Answer: Option A

Solution

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