Computer Science, asked by chemedarmy, 9 months ago

2. All functions have two parts: function name and ................
(a) cells
(b) arguments
(c) operators​

Answers

Answered by surajmaity2341g
5

Answer:

The answer is Argument.

Answered by syed2020ashaels
0

Answer:

All functions have two parts: function name and arguments

Explanation:

Python functions are essentially collections of statements that, when run in concert with one another, provide the desired results.

The purpose of this exercise is to construct a single "function" out of a group of "tasks" that are either comparable to one another in some way or are carried out in the same manner on a regular basis. This will allow us to avoid duplicating our efforts by writing the same code multiple times for different sets of parameters and instead make use of "function calls" to reuse the code that is contained within the function. This will allow us to avoid duplicating our efforts by writing the same code multiple times for different sets of parameters. Because of this, we won't have to repeat our efforts by writing the same code numerous times for different combinations of arguments, which will save us time.

See more;

https://brainly.in/question/49900490

#SPJ3

Similar questions