AzerbaijaniLanguage
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 information in Azeri
ISO 639-1 Code: az
Azərbaycan dili/ Азәрбајҹан дили/ آذربایجان دیلی
Names from penpals
Phrases from Omniglot
1
2
3
4
5 mənim_adım = ['Turan', 'Jabrail']
6
7 salamingiliscə = ['Good morning', 'Good afternoon', 'Good evening']
8 salamazərbaycan = ['Sabahınız xeyir', 'Yaxşi gün', 'Axşamınız xeyir']
9
10 for salamx in zip(salamingiliscə, salamazərbaycan):
11 for salamy in salamx:
12 for mənim_adımx in mənim_adım:
13 print(salamy + ' ' + mənim_adımx)