Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardPythondata model dunder dispatchSingle-choice MCQ5 views

What does this code print?

class A:\n def __call__(self): return 2\nprint(A()())