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

Minimum of three numbers


Statement

Given three integers, print the smallest value.

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