Day15- For Loops in Python
Introduction to Loops:
Sometimes a programmer wants to execute a group of statements a certain number of times. This can be done using loops. Based on this loops are further classified into following main types:
for loop
while loop
for Loop:
for ...
codingsplash.hashnode.dev3 min read