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