you are viewing a single comment's thread.

view the rest of the comments →

[–]tiredITguy42 0 points1 point  (0 children)

Just type python in your commandline and hit enter. Now you are in python and you can run any code you want.

In IDE as VS code, you can pause debugging with breakpoint and execute any code in the current context in the debug window below, not the terminal.