Saturday 29 August 2020

Nested Loop in Python

        

         Loop means repeating a group of statements for given number of times . 

    If you nest a Loop what happens one loop is kept inside another loop

so the outer and inner each itration of outer loop makes inner loop to run from starting to ending . outer loop 10 iterations  means 10 times inner loop completely repeated 

         


No comments:

Post a Comment

                  Packages In Python  How  To  use   Them  package is a folder in python in which we have  modules .each file in that folde...

Python For beginner