Business Studies, asked by yaswanthibezawada21, 1 month ago

Why do we want (and need) to be able to write our own functions in languages like Python?

Answers

Answered by ashauthiras
1

Answer:

Creating our own function to carry out a particular job has many benefits. It allows us to reuse the same co de many times within a program without having to co py it out each time. Splitting our co de into functions also allows us to tackle larger problems, as we can work on different bits of the co de independently.

Similar questions