DogriLanguage
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 Dogri डोगरी Language and include links to Python information in डोगरी Language here.
ISO 639-2 Code: doi
डोगरी
Words for code snippet from Wikipedia
Right to left script for Dogri not rendering in idle - need to update.
1
2
3
4
5
6 डोगरी = {'Yes':'ऑह',
7 'With':'कन्ने',
8 'Shoes':'नुक्के',
9 'Door':'पित्त',
10 'What':'के',
11 'Why':'की',
12 'Watermelon':'अद्वाना',
13 'World':'दुनिया'}
14
15 for english in डोगरी:
16 print(chr(34) + english + chr(34) + ' in English is ' +
17 डोगरी[english] + ' in Dogri.')