This is supposed to take three int values, and give you the LOWEST amount
num1 = int(input()) num2 = int(input()) num3 = int(input()) if (num1 < num2) and (nu