Python Program to find the Biggest and Smallest of 3 numbers using lists
Hello people, here we discuss a simple python program which finds the biggest and smallest number out of given three numbers. Here we use python lists in this program. Here we add the 3 numbers …