79175489

Date: 2024-11-10 18:40:29
Score: 1.5
Natty:
Report link

I think typing.DefaultDict is what you're looking for!

class A(DefaultDict):
    a: int = 0
    b: int = 1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: William Wilkins