Computer Science, asked by jainprema3, 3 months ago

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 allysia
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:

  1. Returns the sum of elements of a list.
  2. Is a method in math module used for finding square root .
  3. Used to find the highest element in a list.
  4. A method used to find the frequency of an element in a list.
  5. Returns the length of the array.

Similar questions