chishui / terminal-leetcode

Terminal-Leetcode is a terminal based leetcode website viewer.
MIT License
256 stars 27 forks source link

Support submitting Python3 code #43

Closed robotechdy closed 3 years ago

robotechdy commented 3 years ago

I suggest adding a line like 'Python3': 'python3', into the LANG_MAPPING link to enable Python3 support. After that, we can enable Python3 in .config/leetcode/config.cfg by assigning language=Python3

chishui commented 3 years ago

Added in 0.0.20.