KwickClips Python · 44 sec · free
In which order are the for parts written?
Short answer. Outer loop first, then inner.
What does the output contain?
['A1', 'A3', 'B1', 'B3'].
Remember
| Outer for first, inner next |
| if at the end filters |
Two loops and a condition in one line? Yes. Here a is the row and b is the seat. The outer loop comes first. The check skips seat two. We get A one, A three, B one, B three. Outer for first. An if at the end filters.
This clip is from the full lesson: List Comprehensions — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels Python
More KwickClips from this lesson
Do a loop and a comprehension give the same list?43 sec
What are the parts of a list comprehension?40 sec
When should you use a loop instead?41 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.

