Skip to content

Instantly share code, notes, and snippets.

@atmb4u
Last active December 24, 2015 01:59
Show Gist options
  • Save atmb4u/6727093 to your computer and use it in GitHub Desktop.
Save atmb4u/6727093 to your computer and use it in GitHub Desktop.
A quick proof that python unicode works; and it works beautifully! Python 3.x example.
class സൂചിക:
"""
മലയാളത്തിൽ പൈതോണ്‍ കോഡ് ചെയ്യാം എന്നുള്ളതിനുള്ള തെളിവ്
Proof that python can use malayalam language (Only on Python 3x)
"""
def സൂചിക(സ്വയം):
print(u"പൈതോണ്‍ ഇപ്പോൾ മലയാളത്തിലും !")
സൂചി = സൂചിക()
സൂചി.സൂചിക()
@maciejjankowski
Copy link

it's all squares to me :]

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