python tutorial - for loop in python - learn python - python programming
Learn Python - Python tutorial - python for loop - Python examples - Python programs
- A for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly.
Syntax:
Explanation:
- Initially, the first value will be assigned in the variable.
- Secondly all the statements in the body of the loop are executed with the same value.
- Thirdly, once step second is completed then variable is assigned the next value in the sequence and step second is repeated.
- Finally, it continues till all the values in the sequence are assigned in the variable and processed.
Program to display table of Number:
Output:
- Program to find sum of Natural numbers from 1 to 10.
Output:
Nested Loops
- Loops defined within another Loop is called Nested Loop.
- When an outer loop contains an inner loop in its body it is called Nested Looping.
Syntax:
Output:
Explanation:
- For each value of Outer loop the whole inner loop is executed.
- For each value of inner loop the Body is executed each time.
- Program to print Pyramid:
- Output:
Wikitechy tutorial site provides you all the learn python , online python programming course python programming class online ,
python coding for dummies , python programming classes online , online training python , online python training , python programming
online course , python training classes