Describe Gujarati ગુજરાતી and include links to Python information in the Gujarati Language here.
ISO 639-1 Code: gu
ગુજરાતી
Phrases for code snippet from masteranylanguage.com
# -*- coding: utf-8 -*- # python 3.0 or 3.1
ગુજરાતી = {'Yes':'હા',
- 'No':'ના', 'Thank you':'દુન્યવદ્', "You're welcome":'તમરો અભાર્', 'Excuse me':'મફ કર્જો', "I'm sorry":'મન્ને મફ કરો', 'What is your name?':'તમારું નામ શું છે', 'My name is . . .':'મારું નામ ... છે', 'Hello':'નમસ્ટે', 'Goodbye':'આવ્જો', 'How are you?':'કેમ્ ચ્હો', 'Welcome':'પુતેરો'}
for english in ગુજરાતી:
- print(chr(34) + english + chr(34) + 'in English is ' +
- ગુજરાતી[english] + ' in Gujarati.')