Start with L at 0, and while L is greater than 10... Well it fails that on the first test so it never runs what's in the for loop. 0 isn't greater than 10.
Start with L at 0, and while L is greater than 10... Well it fails that on the first test so it never runs what's in the for loop. 0 isn't greater than 10.
Nor will L be greater than 10, as such the for loop will never execute.