Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
hard
Python
data model dunder dispatch
Single-choice MCQ
5 views
What does this code print?
class A:\n def __call__(self): return 2\nprint(A()())