Computer Science, asked by rajivirai55, 7 months ago

7. Which of the following statement is true? *
O Functions are used to create objects in Python.
O Functions make your program run faster.
O A function is a piece of code that performs a specific task.
O All of the above​

Answers

Answered by Oreki
0

C. A function is a piece of code that performs a specific task.

Answered by anindyaadhikari13
2

\star\:\:\:\sf\large\underline\blue{Answer:-}

Option C is the correct answer.

A function is a piece of code that performs a specific task.

It may or may not return any value.

A function is a block of code which runs only when it's called.

Similar questions