Last active
July 30, 2021 01:02
-
-
Save matiasmorant/f57885972721aacfc5bca393f4771f32 to your computer and use it in GitHub Desktop.
Amazing Python One-Liner
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@BoboTiG the final
''.split('')
in the file hides A LOT (about 1.4MB worth). The version I have written here is the bog standard ascii-version.I would love to read @wvlia5 's blog post about it.