79496386

Date: 2025-03-09 18:24:10
Score: 1.5
Natty:
Report link

noqa can silence all kinds of warnings, and this one too:

for i in range(5):
  x = i
print(x)  # noqa
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: user19315471