Closed robotechdy closed 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
'Python3': 'python3',
LANG_MAPPING
.config/leetcode/config.cfg
language=Python3
Added in 0.0.20.
I suggest adding a line like
'Python3': 'python3',
into theLANG_MAPPING
link to enable Python3 support. After that, we can enable Python3 in.config/leetcode/config.cfg
by assigninglanguage=Python3