Python 7.1 Lab: Smallest Number - Write a program whose inputs are three integers, and whose output is the smallest of the three values. Example: If the input is:
a) a = 2, b = 5, c = 1
b) a = 0, b = 3, c = -2
c) a = -1, b = 4, c = 3
d) a = 10, b = 6, c = 8