min python array code example Example: python get min from array >>> arr = [1, 3.14159, 1e100, -2.71828] >>> min(arr) -2.71828