# your code goes hereclass Student: pass s1 = Student()s2 = Student() print(type(s1))
Standard input is empty
<class '__main__.Student'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!