79827211

Date: 2025-11-22 08:55:29
Score: 2
Natty:
Report link

You should do result.append(value) instead of result = value. "result.append(value)" will add the value to the end of the "result" list, where "result = value" will assign value to the result variable.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gerald Me