Programming Examples
Python program to find minimum element from a list of elements along with its index in the list
WAP to find minimum element from a list of elements along with its index in the list.
Output/ Explanation:
The Minimum element is : 1
Index of minimum element is : 7