Lets say I have a program which just has a class, I want to be able to create instances of the class in the shell and use the methods that the class has without having to write them into the file.
Obviously I can do this in IDLE but how do I do it in VSCODE?
The closest I can get is the start REPL which gives a Python Shell without having the file run as well.
