Computer Science, asked by darsh75080darshan, 3 months ago

Which of the following statements is correct about functions in Python?​

Answers

Answered by nikitha838373
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 sarahssynergy
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