Ask a question to get started
Enter to send•Shift+Enter new line
sorted_routes = sorted(routes.items(), key=(lambda x: len(x[0])), reverse=True)