What `for x in y` hides from you
- There are certain Python features that are so straightforward to use, you forget they are doing anything at all.
- You write a list, or a string, or a range, and Python politely hands you back one item at a time.
Unverified
- There are certain Python features that are so straightforward to use, you forget they are doing anything at all.
- You write a list, or a string, or a range, and Python politely hands you back one item at a time.
Sources: Fromscratchcode