Nested loop part-1

The Coding Chaos
1 min readJan 20, 2022

--

Nested loop part-1

|if you want to get full info click here

In the previous lessons we were talking about the loops in python and we have discussed that how loops works in python and we have also talked about various types of loops , in which we have talked about while loops that runs the code until the condition is true and we have solved various example of while loops and another type of loop in python that is known as the for loop we learned that how to implement the for loop in python, now we are going to talk about some advance feature of for loop in python , so lets get started.

Using for loop you can do very interesting in python just like you can you can make table of any number , so lets see in code how to do it.

--

--

The Coding Chaos

Here is my blog www.thecodingchaos.com where you will get info releated to coding, programming and technology