BurmeseLanguage

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Links to Python related information in Burmese

ISO 639-1 Code: my

မြန်မာဘာသာ

Code snippet courtesy of Myanmar Geeks:

Re: Python Wiki - Request for language help

Postby aTxIvG4001 » October 19th, 2009, 12:19 am

This is One of Myanmar Encoding, Zawgyi Encoding, Its not by Unicode.org though.

This is the results I just tested with Python 3.1.1 today.

   1 >>>
   2 Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)] on win32
   3 Type "copyright", "credits" or "license()" for more information.
   4 >>> def နွုတ္ဆက္စကား_ေျပာျခင္း(နာမည္):
   5 >>>     စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
   6 >>>     print(စကား)
   7 >>> နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္")
   8 မဂဿငလာပါမာင္ေမာင္။ ေနေကာင္းလား?
   9 >>>

rgds, Mark

Blogs

ဝီကီပိဒိယ Wikipedia stub

CategoryLanguage CategoryUnicode