100 days of Python Exercises
Day 3: Nested Loops
Nested loops is simply a loop inside another loop.The nested loop can either be the for loop or while loop . The outer loop can contain the for loop and the inner loop contains the while loop.
EXERCISE : Write a nested for loop pr...
brrrpcodes.hashnode.dev2 min read
Parul Mishra
xcx