class A(): @classmethod def a(cls): return 4, cls print(A.a())
Standard input is empty
(4, <class '__main__.A'>)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!