Python MySQL Order By

The ORDER BY statement is used to sort the result in ascending (by default) or descending order (use the DESC keyword).

Code :