Solve problem "Minimum of two numbers" online - Learn Python 3 - Snakify

Minimum of two numbers


Statement

Given two integers, print the smaller value.

In all the problems input the data using input() and print the result using print().