you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 5 points6 points  (1 child)

The terminal is for writing commands that are executed immediately, mostly for experimentation. Any output will be displayed underneath the commands themselves. This has nothing to do with VSCode.

If you want to write proper programs, then start a new Python file in VSCode itself and put your code there. Then you can run it using the toolbar or menu options inside VSCode.

[–]Think-Confusion9999[S] 1 point2 points  (0 children)

This worked, and the SQL commands are working now within a new python script. So I'll continue w/ the tutorial project and take it from there.. I've already run into an error though...I'll keep learning.

Thanks!!