python min of two integers code example Example: min of two numbers python num1, num2 = 10,20 min(num1,num2)