contestada

1. Data scientists store and process large sets of
numerical data. How do functions make their work
easier?

Respuesta :

Answer:

Data Scientists store and process large sets of numerical data using various functions. A function is a block of code which is generally organised and it performs a single, related action.

Functions provide a better way of handling for an application and it also allows reusability. Functions are also known as methods, subroutines and procedures in a certain programming language.

Step-by-step explanation: