79550010

Date: 2025-04-02 07:59:41
Score: 4.5
Natty:
Report link

Just by looking at your code, I haven’t tested it - your custom exception (STOP) logic currently contains a return statement directly before the exception. Exception is never raised.

How to fix? Remove the aforementioned return statement

Reasons:
  • RegEx Blacklisted phrase (1.5): How to fix?
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: kris-szczepaniak