KwickClips Python · 37 sec · free
What does a string give in a for loop?
Short answer. One letter each time.
What does a list give?
One item each time.
Remember
| String: one letter each time |
| List: one item each time |
Does a for loop always need range? Not at all. A for loop can take one letter at a time from a string. It can also take one item at a time from a list. A string gives one letter each time. A list gives one item each time.
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
Where do you set the accumulator?41 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.

