diff options
author | Adam Bard <github@adambard.com> | 2020-02-13 22:00:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:00:05 -0800 |
commit | 0a0a40dc2d29ed6ec8305bef5fffa83c14727e4c (patch) | |
tree | af8de5c938a140d28c9836bd88186eeeae85bc64 /ar-ar | |
parent | 6078f18d130bc6b609036e7e76b3913c270d8b9c (diff) | |
parent | ae848c481fabaca935ffbe33293a43a43434d268 (diff) |
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
Diffstat (limited to 'ar-ar')
-rw-r--r-- | ar-ar/python-ar.html.markdown (renamed from ar-ar/python3-ar.html.markdown) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ar-ar/python3-ar.html.markdown b/ar-ar/python-ar.html.markdown index e1a12690..f89c2f25 100644 --- a/ar-ar/python3-ar.html.markdown +++ b/ar-ar/python-ar.html.markdown @@ -1,5 +1,5 @@ --- -language: python3 +language: Python contributors: - ["Louie Dinh", "http://pythonpracticeprojects.com"] - ["Steven Basart", "http://github.com/xksteven"] @@ -11,7 +11,7 @@ contributors: translators: - ["Ahmad Hegazy", "https://github.com/ahegazy"] lang: ar-ar -filename: learnpython3-ar.py +filename: learnpython-ar.py --- لقد أُنشئت لغة البايثون بواسطة جايدو ڤان روسم في بداية التسعينات. هي الأن أحد أشهر اللغات الموجودة. @@ -19,7 +19,7 @@ filename: learnpython3-ar.py ردود أفعالكم عن المقال مُقدرة بشدة. يمكنكم التواصل مع الكاتب الاساسي من خلال [@louiedinh](http://twitter.com/louiedinh) أو louiedinh [at] [google's email service] -ملحوظة: هذا المقال يُطبق على بايثون 3 فقط. راجع المقال [هنا](http://learnxinyminutes.com/docs/python/) إذا أردت تعلم لغة البايثون نسخة 2.7 الأقدم +ملحوظة: هذا المقال يُطبق على بايثون 3 فقط. راجع المقال [هنا](http://learnxinyminutes.com/docs/pythonlegacy/) إذا أردت تعلم لغة البايثون نسخة 2.7 الأقدم ```python |