lol i remember being stuck on this too.
For how to run code in for python, just use IDLE if you want no fuss. Open your .py file, hit F5, and boom—it runs.
VS Code is fancier but has more setup. If you're getting errors in the terminal, maybe Python isn't in your PATH? Google how to fix that.
For how to run code in for python, just use IDLE if you want no fuss. Open your .py file, hit F5, and boom—it runs.
VS Code is fancier but has more setup. If you're getting errors in the terminal, maybe Python isn't in your PATH? Google how to fix that.
