25. which statement is true for Pythonfunction
1)A function is a code block that only executes when it is called,
1) Python function always returns avalue.
mm)A function only executes when it is called and we can reuse it in a program
iv)Python doesn't support nestedfunction
Answers
Answered by
3
I. A function is a code block that only executes when it is called - True
II. Python function always returns a value - False
III. A function only executes when it is called and we can reuse it in a program - True
IV. Python doesn't support nested function - False
Similar questions