Hello.I have a strange problem with VS code and Python 3.7.5 . I have written a program ,but when I change something and and run it (python3 program.py) it doesn't change anything... (the path is correct)
I use Linux Ubuntu.
What is happening?
Hello.I have a strange problem with VS code and Python 3.7.5 . I have written a program ,but when I change something and and run it (python3 program.py) it doesn't change anything... (the path is correct)
I use Linux Ubuntu.
What is happening?
VSCode generally has a green play button in the top right of the window that will run the Python on the screen - does it run when this button is pressed?