I'm a beginner. I have installed code runner extension already but, whenever I code in VS Studio (python extension). In the output section it shows (shown in image below). But the Python code runs fine in terminal. How can I fix this?
Asked
Active
Viewed 118 times
2 Answers
2
You should save the file before.

Guillermo Brachetta
- 3,857
- 3
- 18
- 36
-
1No problem! Feel free to mark it as the accepted answer ;) – Guillermo Brachetta Feb 03 '21 at 14:35
-
Every time I have to save the file before running? cuz every time I move to next line the file becomes Unsaved – GhostBot Feb 03 '21 at 18:02
-
Yes the code of a saved file will be the one executed. – Guillermo Brachetta Feb 03 '21 at 18:13