🚲U
class list(list):
def __eq__(self, other):
return True
a = [1, 2, 3]
print(a ==
bool(1
))
Size: a a a
🚲U
class list(list):
def __eq__(self, other):
return True
a = [1, 2, 3]
print(a ==
bool(1
))
b
E
🚲U
class list(list):
def __eq__(self, other):
return True
a = [1, 2, 3]
print(a)
print(
1)
b
E
🚲U
E
🚲U