Computer Science, asked by shravya1292, 10 months ago

Program to accept values from a user and add tuple to it and display its elements with maximum and minimum value

Answers

Answered by gauravarduino
0

Explanation:

Method #1 : Using min() and max() In this method, we use the python inbuilt min and max functions to perform the task of getting the minimum and maximum value of a particular element position.

Similar questions