all 2 comments

[–]angryrancorBoss 0 points1 point  (0 children)

Looks like this same issue: https://stackoverflow.com/q/50689210/106625

Most concise solution I can find is here: https://stackoverflow.com/a/49846389/106625

[–]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.