Hi all, I was just wondering if anyone could explain why my function prints 5 times. My understanding is that the loop would stop before index 5 because of the for loop condition i<5. Would anyone please explain this to me? Thanks 😀