Which of the following statements is correct about functions in Python?
Answers
Answered by
6
Answer:
Functions are reusable pieces of programs. They allow you to give a name to a block of statements, allowing you to run that block using the specified name anywhere in your program and any number of times.
Answered by
1
The correct answer is Functions are reusable pieces of programs.
Explanation:
- The correct statement is that Functions are reusable pieces of programs.
- They allow you to give a name to a block of statements, allowing you to run that block using the specified name anywhere in your program and any number of times.
- In Python, a function is a group of related statements that performs a specific task.
Similar questions
Hindi,
1 month ago
Science,
1 month ago
Environmental Sciences,
1 month ago
Math,
3 months ago
Physics,
3 months ago
CBSE BOARD X,
10 months ago
Biology,
10 months ago