PunjabiLanguage

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 Punjabi Language here.

ISO 639-1 Code: pa

ਪੰਜਾਬੀ

Punjabi in code snippet courtesy of sarwara - Sikh blogger and moderator of phrasebase.com

   1 
   2 
   3 
   4 ਪੰਜਾਬੀ1 = 'ਮੈਂ ਨਿੱਕੀ ਉਮਰੇ'
   5 ਪੰਜਾਬੀ2 = 'ਸਾਰਾ ਦਰਦ ਹੰਡਾ ਬੈਠਾ'
   6 ਪੰਜਾਬੀ3 = 'ਸਾਡੀ ਜੋਬਨ ਰੁੱਤ ਲਈ'
   7 ਪੰਜਾਬੀ4 = 'ਦਰਦ ਕੁਵਾਰਾ ਹੋਰ ਦਿਉ'
   8 
   9 
  10 
  11 ਸਿ਼ਵ = {1:ਪੰਜਾਬੀ1,
  12         2:ਪੰਜਾਬੀ2,
  13         3:ਪੰਜਾਬੀ3,
  14         4:ਪੰਜਾਬੀ4}
  15 
  16 for numx in range(4):
  17     print(ਸਿ਼ਵ[numx + 1])

CategoryLanguage CategoryUnicode CategoryPythonIndia