Sorting inputs in Python
In science subjects such as mathematics, one has to sort numerical values according to their size when calculating the median, but also when making a list of names by sorting the words alphabetically. Of course, Python also provides a method for this function called sort (). This method reads the values in a list and sorts them in memory. Of course, the programmer must write the program so that the user can input the values without having any knowledge about programming and can only read the result in a correct order. We did the work and wrote a program in python that sorted out values and output them in the correct order. Soon we will publish the program in C # and in Java. YOU CAN DOWNLOAD THE CODE >> HERE <<