To be done in python 3.0, please comment your code thoroughly. Idon’t want to copy your work, I want to learn from it. Thankyou!
Here is the starter code
def findMin(alist): ”’ Returns the minimum value of a given list of numbers :param alist: a list of numbers; must not be empty! :return: the smallest number in the given list ”’ min_i = 0 for i in range(1,len(alist)): a_num = alist[i] min_val = alist[min_i]
PayPal Gateway not configured
PayPal Gateway not configured