LOOPS SYNTAX

Syntax of loop : 

for i in range(start,stop,step): if ture 
    # statements are execute 
     # if flase then stop loop itration


for loop :  for loop is sequential loop,
 
It contain a value in a single variable ..
    


Comments

Popular posts from this blog

ch 2 pm

pm unit :1

ch 3 pm