Sort and display TEXT file without SORT FUNCTION
I’m a beginner python learner, was handed out a project to sort a specific column in ascending or descending order in the text file without using the sort function and display it, for example sorting out the performance in the text file fr…