Hey all
I have read the tutorial for the for loop in python plenty of time but still can't get it. I know pascal, php, javascript and their for loops are like this(php,javascript) for(i = 0; i < 10 ; i++) which I understand but can someone please help me to understand the for loop of python better.
Thank you