python 3 code runner code example
Example 1: online python compiler
Use this site
https://repl.it/languages/python3
Example 2: code runner runs python 2
settings -> "code-runner.ex" -> edit in settings.json ->
->replace "python": "python -u" with "python": "python3 -u"