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