Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
In cooperative multiple inheritance, which implementation does zero-argument super() sear…
from Python
intermediate
1 min
In cooperative multiple inheritance, which implementation does zero-argument super() search for next?
The next class after the current class in the instance type’s MRO
Always the first base class written in the current class definition
Every direct base class simultaneously
Check
Ask AI about this kata
Report an error
previous kata
Which dataclasses field() argument creates a fresh list for every instance?
Fill in
A new version is available
Reload