79754496

Date: 2025-09-03 11:05:24
Score: 2.5
Natty:
Report link

Because you subtract 1 from len(numbers) in here:

range(len(numbers)-1) = 3 that is why only 3 iteration happens. Hence you get output as 1 2 3.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nuri Imrendi