Python
Python
Assignment
ID: F-2023387016
Question: Write a program that display the table of integer number entered by user. Create 3
functions, one will print out the ascending order of table, 2) will take a new number and print
descending order and the third function will get the sum of table from ascending and
descending order and then displays the odd and even numbers between their sums.
Code: