KonkaniLanguage
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.
Describe Konkani कोंकणी and include links to Python information in कोंकणी Language here.
ISO 639-2 Code: kok
कोंकणी
Words for code snippet from savemylangugae.org
1
2
3
4 कोंकणी = {'hello':' नमस्कारु',
5 'potato':'बटटो',
6 'rice':'तंदुल',
7 'mango':'अम्बो',
8 'market':'पॉंट'}
9
10 for english in कोंकणी:
11 print(chr(34) + english + chr(34) + ' in English is ' +
12 कोंकणी[english] + ' in Konkani.')