python - creating for loop list.length - Stack Overflow
I'm reading about for loops right now, and I am curious if you could do a for loop in Python like in Java is it even possible to do something like for (int i = 1; i < list.length; i++) and ......