7:40 ..1 LTE O LED learn.zybooks.com = zyBooks @ @ 25.7 Ch 03: Print Three Write a program that asks the user for three numbers and print the numbers in either ascending or descending order according to the user's choice. For example, Enter number a: 3 Enter number b: 1 Enter number c: 6 Ascending order (y or N): Y In ascending order: 1.00, 3.00, 6.00 Or Enter number a: 4 Enter number b: 5 Enter number c: 9 Ascending order (Y or N): N In descending order: 9.00, 5.00, 4.00 Requirement: This program should contain only one print statement. You should build the output using string concatenation LAB 25.7.1: Ch 03: Print Three Numbers variables, if, output) ACTIVITY 7:40 ..1 LTED learn.zybooks.com O , = zyBooks & unter number a: 4 Enter number b: 5 Enter number c: 9 Ascending order (Y or N): N In descending order: 9.00, 5.00, 4.00 Requirement: This program should contain only one print() statement. You should build the output using string concatenation. LAB 25.7.1: Ch 03: Print Three Numbers (i variables, if, output) ACTIVITY 1 def main() : 2 # Add your code here 4 5 if __name__ =='__main__': main 7:40 ..1 LTE O LED learn.zybooks.com = zyBooks @ @ 25.7 Ch 03: Print Three Write a program that asks the user for three numbers and print the numbers in either ascending or descending order according to the user's choice. For example, Enter number a: 3 Enter number b: 1 Enter number c: 6 Ascending order (y or N): Y In ascending order: 1.00, 3.00, 6.00 Or Enter number a: 4 Enter number b: 5 Enter number c: 9 Ascending order (Y or N): N In descending order: 9.00, 5.00, 4.00 Requirement: This program should contain only one print statement. You should build the output using string concatenation LAB 25.7.1: Ch 03: Print Three Numbers variables, if, output) ACTIVITY 7:40 ..1 LTED learn.zybooks.com O , = zyBooks & unter number a: 4 Enter number b: 5 Enter number c: 9 Ascending order (Y or N): N In descending order: 9.00, 5.00, 4.00 Requirement: This program should contain only one print() statement. You should build the output using string concatenation. LAB 25.7.1: Ch 03: Print Three Numbers (i variables, if, output) ACTIVITY 1 def main() : 2 # Add your code here 4 5 if __name__ =='__main__': main