This commit includes modifications to the code in asort.py to improve code formatting and readability according to the PEP 8 style guidelines. The changes include consistent indentation, proper spacing around operators, proper capitalization of comments, and using parentheses for print statements for compatibility with Python 3.
Please note that these changes are purely stylistic and do not affect the functionality of the script. The goal is to enhance code maintainability and readability.