class Meta(type): pass class Foo(type, metaclass=Meta): pass Foo.__class__ = Foo print(type(Foo) is Foo)
Standard input is empty
True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!