79084603

Date: 2024-10-14 03:16:21
Score: 0.5
Natty:
Report link

The first didn't check for 3. It just check two duplicate values.

To test just use two 4s.

The second is good. if you want to know more just search python slicing.

you might want to change this line if i==j to: if i == j == 3

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SodaCris