KwickClips Python · 41 sec · free
Where do you set the accumulator?
Short answer. Before the loop.
Where do you print it?
After the loop.
Remember
| Set to 0 before the loop |
| Update inside the loop |
| Print after the loop |
How does one loop add the runs and count the balls? Total and balls start at zero. Each ball adds its run to total. Balls goes up by one. It prints eleven runs from four balls. Set it before the loop. Update it inside. Print it after.
This clip is from the full lesson: for Loop and range() — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083), CBSE Class 11 Informatics Practices (065), Programming All levels Python
More KwickClips from this lesson
What is iteration?43 sec
Is stop included?43 sec
What does a string give in a for loop?37 sec
Why does factorial start at 1?43 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

