Здравствуйте! Недавно скачал новое ide от microsoft--visual studio code и не знаю как читать переменные. Пишу на python 3: a=int(input()) запускаю прогу ctrl+shift+b и что дальше? tasks.json: { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format «version»: «0.1.0», «command»: «python3.4», «isShellCommand»: true, «args»: [«${file}»], «showOutput»: «always» }
↧