I am new to Python and wonder if someone can help me with this simple query.
In Visual Studio Code I have created a class in a .py file. I have then run the file.
My question is how do I actually instantiate an object? I have tried unsuccessfully to do this in the Terminal window.
Thanks
Clos
alex = Student(). You should read the official python documentation. here