Created
January 4, 2021 14:14
-
-
Save ksopyla/126dcf0f5d4862794bf2cdc251b9ba1d to your computer and use it in GitHub Desktop.
Polish letters and characters
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
big_alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWXYZŻŹ" | |
small_alphabet="aąbcćdeęfghijklłmnńoóprsśtuwxyzżź" | |
digits = "0123456789" | |
signs = "!@#$%^&*()-_+={}[]\"\\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment