Created
December 1, 2025 23:46
-
-
Save johnslavik/c2a2016bb291ebc2e89a2d3c406fdf0f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # from bulmenisaurus on Python Discord | |
| # this prints hello | |
| print( | |
| "" | |
| .encode("utf_8_sig") | |
| .decode("mac_croatian") | |
| .encode("037") | |
| .decode("maclatin2") | |
| .encode("jisx0213") | |
| .decode("1251") | |
| .encode("koi8_u") | |
| .decode("big5") | |
| .encode("uhc") | |
| .decode("273") | |
| .encode("mac_croatian") | |
| .decode("koi8_r") | |
| .encode("cp875") | |
| .decode("1252") | |
| .encode("437") | |
| .decode("037") | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment