79820026

Date: 2025-11-14 12:36:01
Score: 1.5
Natty:
Report link

This can be done automatically using walrus operator (python 3.8+) :

assert (x:=getProbability(2, 3, 2, 1)) == 2/3, "wrong value = "+str(x)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TT M