- Fix README bad new line - Do same fix for es-ES and zh-CN - Apply sort on README.md, README_es.md and README_zh - Don't run with pt_BR
Without this change, the `end` and `file` parameters in print() causes problems in Python 2. This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.