Python scripting
Hi Adejoke,
Thank you for jumping into the discussion early this week.
In your post Adejoke - excellent job! You discussed the for loop in your discussion. Here is an illustration of how the loop works:
FLOW CHART
Python - Importance Of For Loop ✍️
Also, here are some benefits of the For Loop:
1. For loop provides code re-usability.
2. We do not need to write the same code again and again.
3. We can traverse over the elements of data structures (array or linked lists).
Based on your research Adejoke, would you say these benefits are accurate?