How to get the least in a list in python code example Example: minimum in list python c=[4, 10, 2, 57] print(min(c)) # 2