Cài Sublime Text để code Python
Cài đặt để run Python
{
"cmd": ["c:/Python/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"env": {"PYTHONIOENCODING": "utf-8"},
}
Last updated