leetcode-cli
leetcode-cli copied to clipboard
~/.leetcode/code/* does not distinguish between python and python3 files
To repro:
-
leetcode e 1 -l python -
leetcode e 1 -l python3 - observe that the file opened by step 2 uses leetcode's python2
codeDefinitionsample
might fix this later idk
Any idea, how to fix this ?
hmm guess we may need a new config for the version of python ))
Just remove python2 support. Don't encorage people using a language which has reached End-of-life.