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 /el-gr | |
| parent | 6078f18d130bc6b609036e7e76b3913c270d8b9c (diff) | |
| parent | ae848c481fabaca935ffbe33293a43a43434d268 (diff) | |
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
Diffstat (limited to 'el-gr')
| -rw-r--r-- | el-gr/python-gr.html.markdown (renamed from el-gr/python3-gr.html.markdown) | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/el-gr/python3-gr.html.markdown b/el-gr/python-gr.html.markdown index 445b85ba..203c6e78 100644 --- a/el-gr/python3-gr.html.markdown +++ b/el-gr/python-gr.html.markdown @@ -1,5 +1,5 @@  --- -language: python3 +language: Python  contributors:      - ["Louie Dinh", "http://pythonpracticeprojects.com"]      - ["Steven Basart", "http://github.com/xksteven"] @@ -8,7 +8,7 @@ contributors:      - ["evuez", "http://github.com/evuez"]      - ["Rommel Martinez", "https://ebzzry.io"]      - ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"] -filename: learnpython3-gr.py +filename: learnpython-gr.py  lang: el-gr  --- @@ -20,7 +20,7 @@ lang: el-gr  ή τον αρχικό συγγραφέα στο [@louiedinh](http://twitter.com/louiedinh) ή στο  louiedinh [at] [google's email service] -Σημείωση: Το παρόν άρθρο ασχολείται μόνο με την Python 3. Δείτε [εδώ](http://learnxinyminutes.com/docs/python/) αν θέλετε να μάθετε την παλιά Python 2.7 +Σημείωση: Το παρόν άρθρο ασχολείται μόνο με την Python 3. Δείτε [εδώ](http://learnxinyminutes.com/docs/pythonlegacy/) αν θέλετε να μάθετε την παλιά Python 2.7  ```python | 
