# ############################################################################ # # # # ::: :::::::: # # hooks.py :+: :+: :+: # # +:+ +:+ +:+ # # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/11 16:10:20 by charles #+# #+# # # Updated: 2020/09/11 16:10:51 by charles ### ########.fr # # # # ############################################################################ # def sort_lines(output): return '\n'.join(sorted(output.split('\n')))