code runner python instead of python3 after running code example
Example: code runner runs python 2
settings -> "code-runner.ex" -> edit in settings.json ->
->replace "python": "python -u" with "python": "python3 -u"
settings -> "code-runner.ex" -> edit in settings.json ->
->replace "python": "python -u" with "python": "python3 -u"