160k views
5 votes
Create a program that asks the user to input three integers. After saving the values, the

program should identify the maximum and minimum from the three numbers. The output
should read
The minimum number entered was….
The maximum number entered was….

User Pjf
by
7.2k points

1 Answer

3 votes

Here is a Python program that asks the user to input three integers and then outputs the minimum and maximum number:

Create a program that asks the user to input three integers. After saving the values-example-1
User Jeff Wu
by
6.9k points