Final answer:
The function shape in programming is used to determine the number of rows and columns in a dataset or array.
Step-by-step explanation:
What does the function shape do?
The function shape in programming is used to determine the number of rows and columns in a dataset or array. It returns a tuple that contains the dimensions of the dataset. For example, if a dataset has 5 rows and 3 columns, the shape function would return (5, 3).
In the context of the given options, the correct answer would be:
- Outputs the number of rows and columns in a dataset