Jump to content

Largest int from concatenated ints: Difference between revisions

→‎{{header|Python}}: This also shows one of the few times where cmp= is better than key= on sorted()
(→‎{{header|Python}}: This also shows one of the few times where cmp= is better than key= on sorted())
Line 115:
=={{header|Python}}==
===Python: Sort on comparison of concatenated ints method===
This also shows one of the few times where cmp= is better than key= on sorted()
 
<lang python>try:
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.