Question: 2. Write a Python program that prompts the user to input three integers. 3. The Python program should convert the user input to integers. You

2. Write a Python program that prompts the user to input three integers. 3. The Python program should convert the user input to integers. You should use try except to protect the program from crashing if the user puts in bad input. 4. The program should then output the numbers in ascending order (like 1, 2, 3) using a chained conditional. 5. The program should also output the numbers in descending order (like 3, 2, 1) using nested conditionals. 6. Test your program. Try the following combinations for testing: 123 132 213 231 3 2 1 312 311 113 131 313 333
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
