Question: In Python, Write a program which takes 4 numbers as a input from user. The program must print the minimum and maximum of these 4
In Python,

Write a program which takes 4 numbers as a input from user. The program must print the minimum and maximum of these 4 numbers. Your sample output should look something like : Enter number1 : 12 Enter number2 : 23 Enter number3 : 45 Enter number4 : 7 Maximum : 45 Minimum : 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
