diff options
| -rw-r--r-- | vi-vn/python3-vi.html.markdown | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/vi-vn/python3-vi.html.markdown b/vi-vn/python3-vi.html.markdown index 16238b35..f6cce1a3 100644 --- a/vi-vn/python3-vi.html.markdown +++ b/vi-vn/python3-vi.html.markdown @@ -1,5 +1,6 @@  ---  language: python3 +filename: learnpython3-vi.py  contributors:      - ["Louie Dinh", "http://pythonpracticeprojects.com"]      - ["Steven Basart", "http://github.com/xksteven"] @@ -8,8 +9,8 @@ contributors:      - ["evuez", "http://github.com/evuez"]  translators:      - ["Xuan (Sean) Luong, https://github.com/xuanluong"] -filename: learnpython3.py  lang: vi-vn +  ---  Python được tạo ra bởi Guido van Rossum vào đầu những năm 90s. Ngày nay nó là một trong những ngôn ngữ phổ biến | 
