79104221

Date: 2024-10-19 04:53:07
Score: 0.5
Natty:
Report link

You can reference the same class using quotation marks:

def __add__(self, other: 'Car') : 
        print(f"helo {self.name} {other.name}")

You can find more cool solutions here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: 0Interest