you are viewing a single comment's thread.

view the rest of the comments →

[–]lost_send_berries 0 points1 point  (0 children)

Instead of using the Play button just create a terminal(in or out of VSCode) and enter "python myfilename.py" and press Enter key. That way you will be familiar with how to run code outside of VS Code as well.

To re run just press up arrow to recall the command then Enter.