1. Write a single program named lister.py as follows. Use the methods described below to avoid point deductions.
In the main function:
In the process function:
Example Output
79 30 36 33 41 75 43 60 39 53
The highest number is 79
The lowest number is 30
The middle 8 elements sorted high to low:
75 60 43 41 39 36 33 30