Computer Science, asked by Vrusha4047, 1 month ago

What will be the output of =min ( 78,49,46,85,98)

Answers

Answered by rahulsoni92624
0

Answer:

will be output smaller number is 46

Answered by BrainlyProgrammer
3

Answer:

  • min(78,49,46,85,98) = 46

Note:-

  • min() returns the minimum value present in the tuple.

Some more functions:-

  • len() - to find length of the list/tuple/String
  • max()- returns the maximum number present in the list
  • eval()- to evaluate the expression given as input
Similar questions