Skip to content

Instantly share code, notes, and snippets.

@Ap0c
Created October 27, 2016 13:28
Show Gist options
  • Save Ap0c/bc1febfd34661ca707207658b13e1108 to your computer and use it in GitHub Desktop.
Save Ap0c/bc1febfd34661ca707207658b13e1108 to your computer and use it in GitHub Desktop.
from num2words import num2words as tw
print([x for x in range(100) if tw(x) == ''.join(sorted(tw(x)))][0])
@shtukas
Copy link

shtukas commented Oct 27, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment