posted 1 month ago
I keep seeing syntax in Python like this:
It's useful because we can do things like this with it:
I know what it does but I don't know what this syntax is called or where to read up on it. It seems to be some kind of implementation of a for loop, but inside a list. can anyone shed some light?
Many thanks
Jason