Match the following
1. Sum()
2. Sqrt()
3. Max()
4. Count()
5. Len()
to find the square root of a number
to add the numbers
to find the number of cells
to find maximum number
to find maximum number
Answers
Answered by
116
Answer:
1. Sum() = to add the numbers
2. Sqrt() = to find the square root of a number
3. Max() = to find maximum number
4. Count() = to find maximum number
5. Len() = to find the number of cells
Explanation:
- Returns the sum of elements of a list.
- Is a method in math module used for finding square root .
- Used to find the highest element in a list.
- A method used to find the frequency of an element in a list.
- Returns the length of the array.
Similar questions
Social Sciences,
1 month ago
Hindi,
1 month ago
Social Sciences,
1 month ago
Math,
3 months ago
Math,
3 months ago
Math,
9 months ago