write a Python code to print a maximum value and average of the N size tuple
Answers
Answered by
1
Answer:
The computation of min and max value is a quite common utility in any programming domain be it development or any other field that includes any programming constructs. Sometimes, data can come in the format of tuples and min and max operations have to be performed in them. Let’s discuss certain ways in which this is handled.
Similar questions